dawn-cmake/examples
Austin Eng dc6bb4a16c Update ComputeBoids to use SSBOs as arrays
This is due to restrictions in HLSL. The size of RWStructuredBuffer<T> elements in Shader
Model 5.1 cannot be larger than 2048 bytes so we cannot use a
RWStructuredBuffer<Arr>, where Arr is a struct containing a large array.
2017-08-14 17:39:36 -04:00
..
glTFViewer Load operations (#105) 2017-08-11 14:36:20 -07:00
Animometer.cpp Load operations (#105) 2017-08-11 14:36:20 -07:00
CHelloTriangle.cpp Swap chains, part 2 (#94) 2017-07-27 18:30:57 -07:00
CMakeLists.txt clang/gcc: enable a bunch more warnings (#91) 2017-07-21 17:00:22 -07:00
ComputeBoids.cpp Update ComputeBoids to use SSBOs as arrays 2017-08-14 17:39:36 -04:00
HelloCompute.cpp Swap chains, part 2 (#94) 2017-07-27 18:30:57 -07:00
HelloDepthStencil.cpp Swap chains, part 2 (#94) 2017-07-27 18:30:57 -07:00
HelloIndices.cpp Swap chains, part 2 (#94) 2017-07-27 18:30:57 -07:00
HelloInstancing.cpp Swap chains, part 2 (#94) 2017-07-27 18:30:57 -07:00
HelloTriangle.cpp Swap chains, part 2 (#94) 2017-07-27 18:30:57 -07:00
HelloUBO.cpp Swap chains, part 2 (#94) 2017-07-27 18:30:57 -07:00
HelloVertices.cpp Swap chains, part 2 (#94) 2017-07-27 18:30:57 -07:00
RenderToTexture.cpp Swap chains, part 2 (#94) 2017-07-27 18:30:57 -07:00
SampleUtils.cpp Load operations (#105) 2017-08-11 14:36:20 -07:00
SampleUtils.h Swap chains, part 2 (#94) 2017-07-27 18:30:57 -07:00