Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
G
glslang
  • 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
  • glslang
  • Repository

Switch branch/tag
  • glslang
  • Test
  • baseResults
  • reflection.options.vert.out
Find file
BlameHistoryPermalink
  • Chow's avatar
    Add Shared/Std140 SSBO process & top-level array elements related (#2231) · 81112685
    Chow authored Jun 04, 2020
    * Add Shared/Std140 SSBO process & top-level array elements related
    process
    
    1.Add process options for shared/std140 ssbo, following ubo process
    2.Add IO Variables reflection option, would keep all input/output
    variables in reflection
    3.Add Top-level related process, fix top-level array size issues,
    following spec
    4.Split ssbo/ubo reflection options, merge blowup expanding all into
    function blowupActiveAggregate to allow other functions keep same entry
    format.
    
    Add options in StandAlone and test symbols.
    
    1. Add options in StandAlone for std140/shared ubo/ssbo and all io variables reflection.
    2. Add test for ssbo. When EShReflectionSharedStd140SSBO turns on, generated symbol and output would be different, to remind the difference. Defaultly disabled and nothing would change, nor blocking normal test.
    
    * Add options in runtest script, refresh test results.
    
    Add options in StandAlone:
    --reflect-all-io-variables --reflect-shared-std140-ubo --reflect-shared-std140-ssbo
    
    refresh test results.
    Now the index, size of unsized array are expected.
    81112685
reflection.options.vert.out 6.98 KB
EditWeb IDE
×

Replace reflection.options.vert.out

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.