change build system to CMake and use SDL3 for everything
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
#include "D3D11_PixelShader_Common.hlsli"
|
||||
|
||||
float4 main(PixelShaderInput input) : SV_TARGET
|
||||
{
|
||||
return AdvancedPixelShader(input);
|
||||
}
|
||||
Reference in New Issue
Block a user