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
  • hlsl.structbuffer.rw.frag
Find file
BlameHistoryPermalink
  • steve-lunarg's avatar
    HLSL: implement 4 (of 6) structuredbuffer types · 5da1f038
    steve-lunarg authored Feb 12, 2017
    This is a partial implemention of structurebuffers supporting:
    
    * structured buffer types of:
    *   StructuredBuffer
    *   RWStructuredBuffer
    *   ByteAddressBuffer
    *   RWByteAddressBuffer
    
    * Atomic operations on RWByteAddressBuffer
    
    * Load/Load[234], Store/Store[234], GetDimensions methods (where allowed by type)
    
    * globallycoherent flag
    
    But NOT yet supporting:
    
    * AppendStructuredBuffer / ConsumeStructuredBuffer types
    * IncrementCounter/DecrementCounter methods
    
    Please note: the stride returned by GetDimensions is as calculated by glslang for std430,
    and may not match other environments in all cases.
    5da1f038
hlsl.structbuffer.rw.frag 379 Bytes
EditWeb IDE
×

Replace hlsl.structbuffer.rw.frag

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.