In HLSL bool
is stored as 4 bytes, but StructuredBufferAttribute
of type ShaderNode<Boolean>
returns 1 as its size when computing buffer stride. Is it intended behavior?
1 Like
You are right, I think it’s simply an oversight.