Change typenames. Bug in hlsl builtins

This commit is contained in:
2024-06-26 13:49:39 +02:00
parent 1bf829d42f
commit 402d9d67a4
3 changed files with 8 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
p :: properties {
texture : texture2D;
sampler : sampler;
texture : Texture2D;
sampler : Sampler;
}
PS_Input :: struct {