Compile IW4 pixel shaders as part of the zone building process

This commit is contained in:
Jan
2022-09-17 16:07:38 +02:00
parent dd359d8f6a
commit 08278c451a
8 changed files with 191 additions and 75 deletions

View File

@ -7,7 +7,7 @@ struct VSInput
struct VSOutput
{
float4 position : POSITION;
float4 position : SV_POSITION;
half4 color : COLOR0;
half2 texcoord : TEXCOORD0;
};