This commit is contained in:
Henrik Rydgård 2018-12-18 17:00:13 +01:00
parent daad9699d9
commit 9fd8d3b911

View file

@ -36,7 +36,7 @@ namespace DX9 {
static const char *stencil_ps = R"(
sampler tex: register(s0);
// TODO: Don't use fixed registers? Or don't overlap?
float4 u_stencilValue : register(c" STR(CONST_PS_STENCILVALUE) ");
float4 u_stencilValue : register(c)" STR(CONST_PS_STENCILVALUE) R"();
struct PS_IN {
float2 v_texcoord0 : TEXCOORD0;
};