Change typenames. Bug in hlsl builtins
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
p :: properties {
|
||||
texture : texture2D;
|
||||
sampler : sampler;
|
||||
texture : Texture2D;
|
||||
sampler : Sampler;
|
||||
}
|
||||
|
||||
PS_Input :: struct {
|
||||
|
||||
Reference in New Issue
Block a user