Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • common
  • string_utils_unittest.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Store shader interface variables as per query spec · d255123c
    Olli Etuaho authored Oct 26, 2017
    GLES 3.1 section 7.3.1.1 specifies how active variable entries should
    be generated and how active variables are named. The specs for program
    interface variable queries are built on top of this section.
    
    ANGLE has already followed this spec for the most part for generating
    variable lists in ProgramState, but now we also follow the naming spec
    for arrays and include [0] at the end of the stored name.
    
    This will make implementing arrays of arrays more straightforward.
    Most logic for variable queries will just keep working as is when
    arrays of arrays are added instead of needing more complex logic for
    handling array indexing.
    
    BUG=angleproject:2125
    TEST=angle_end2end_tests
    
    Change-Id: I3acd14253153e10bc312114b0303065da2efb506
    Reviewed-on: https://chromium-review.googlesource.com/739826Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    d255123c
string_utils_unittest.cpp 6.25 KB
EditWeb IDE
×

Replace string_utils_unittest.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.