[GPU] Shaders to common, xb buildshaders instead of buildhlsl

This commit is contained in:
Triang3l
2021-06-05 18:53:53 +03:00
parent 313fb3e5a3
commit 12a907bfa5
582 changed files with 419273 additions and 244715 deletions

View File

@@ -0,0 +1,7 @@
cbuffer XeClearConstants : register(b0) {
uint2 xe_clear_value;
};
uint2 main() : SV_Target {
return xe_clear_value;
}