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
  • compiler
  • translator
  • VariableInfo.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Fix non statically used fragment input structs on HLSL · 06a06f5e
    Olli Etuaho authored Jul 12, 2017
    Add static use information to struct fields that mirrors the static
    use information on the struct itself. This way dynamically generated
    HLSL doesn't need special handling for initializing fragment inputs
    if they are structs.
    
    This fixes a problem with the previous code where dynamically
    generated HLSL ended up trying to initialize structs that are not
    declared in the HLSL output because they were not being referenced.
    
    BUG=angleproject:2104
    TEST=angle_end2end_tests
    
    Change-Id: I21283ce4fe26515d62d95e61f8155dc9a9b44cf1
    06a06f5e
VariableInfo.cpp 24.7 KB
EditWeb IDE
×

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