mirror of
https://github.com/libretro/RetroArch
synced 2025-04-15 23:42:30 +00:00
Update slang_process.cpp
This commit is contained in:
parent
c318d05803
commit
0be2b76892
@ -386,10 +386,12 @@ bool slang_process(
|
|||||||
vs->set_options(options);
|
vs->set_options(options);
|
||||||
ps->set_options(options);
|
ps->set_options(options);
|
||||||
|
|
||||||
|
#if 0
|
||||||
CompilerGLSL::Options glsl_options;
|
CompilerGLSL::Options glsl_options;
|
||||||
glsl_options.vertex.flip_vert_y = true;
|
glsl_options.vertex.flip_vert_y = true;
|
||||||
((CompilerGLSL*)vs)->set_options(glsl_options);
|
((CompilerGLSL*)vs)->set_options(glsl_options);
|
||||||
((CompilerGLSL*)ps)->set_options(glsl_options);
|
((CompilerGLSL*)ps)->set_options(glsl_options);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* not exactly a vertex attribute but this remaps
|
/* not exactly a vertex attribute but this remaps
|
||||||
* float2 FragCoord :TEXCOORD# to float4 FragCoord : SV_POSITION */
|
* float2 FragCoord :TEXCOORD# to float4 FragCoord : SV_POSITION */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user