Closed sjschaff closed 7 years ago
doing a typedef in hlsl results in an error "Unexpected token 'typedef'." and of course those types are reported as unrecognized in the proceeding code.
typedef float2 Point; Point p;
doing a typedef in hlsl results in an error "Unexpected token 'typedef'." and of course those types are reported as unrecognized in the proceeding code.