glslang-zig/glslang
steve-lunarg 5da1f038d8 HLSL: implement 4 (of 6) structuredbuffer types
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.
2017-02-21 15:51:49 -07:00
..
GenericCodeGen Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
Include HLSL: implement 4 (of 6) structuredbuffer types 2017-02-21 15:51:49 -07:00
MachineIndependent Add override where needed by clang++ 2017-02-21 14:41:15 -05:00
OSDependent Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
Public Memory/constructor/warning clean-up. Addresses issue #705. 2017-02-02 14:55:02 -07:00
CMakeLists.txt Install headers 2017-01-29 17:46:44 -08:00
updateGrammar Bison: Non-functional: Move to revision 3.0.4. 2016-05-04 12:54:56 -06:00