mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 15:33:34 +00:00
adding D3D11 unit tests, removing raw HLSL support
This commit is contained in:
7
Tests/Shaders/D3D11/WriteOnlyBindings.hlsl
git.filemode.normal_file
7
Tests/Shaders/D3D11/WriteOnlyBindings.hlsl
git.filemode.normal_file
@@ -0,0 +1,7 @@
|
||||
RWStructuredBuffer<uint> write_ssbo : register(u0);
|
||||
RWTexture2D<float4> write_texture : register(u1);
|
||||
|
||||
[numthreads(16, 16, 1)]
|
||||
void main(uint3 grid : SV_DispatchThreadID)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user