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
  • libANGLE
  • Uniform.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Support arrays of arrays in the API · 465835d6
    Olli Etuaho authored Sep 26, 2017
    The ShaderVariable class that is used as an interface between the
    compiler and the rest of the code gets arrays of arrays support.
    
    Array of array variables are passed from the compiler just like any
    other variables. However, when stored in Program state each innermost
    array constitutes a separate variable. This is done to make the
    implementation match the GLES specification for program interface
    query APIs.
    
    This will be tested more fully once support for parsing arrays of
    arrays lands in the compiler.
    
    TEST=angle_end2end_tests, angle_unittests
    BUG=angleproject:2125
    
    Change-Id: I0f7159000f039be92a87a52b3b68cd9a215a21cb
    Reviewed-on: https://chromium-review.googlesource.com/684742
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    465835d6
Uniform.cpp 5.54 KB
EditWeb IDE
×

Replace Uniform.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.