mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-03 09:48:32 +00:00
comment fixes
This commit is contained in:
parent
aaaa5af0b2
commit
f628695d31
2 changed files with 11 additions and 8 deletions
|
@ -464,9 +464,9 @@ void ProgramShaderCache::CreateHeader ( void )
|
|||
"#define frac fract\n"
|
||||
"#define lerp mix\n"
|
||||
|
||||
// Terrible hack, look at DriverDetails.h
|
||||
"%s\n"
|
||||
"%s\n"
|
||||
// Terrible hacks, look at DriverDetails.h
|
||||
"%s\n" // replace textureSize as constant
|
||||
"%s\n" // wipe out all centroid usages
|
||||
|
||||
, v==GLSLES3 ? "#version 300 es" : v==GLSL_130 ? "#version 130" : v==GLSL_140 ? "#version 140" : "#version 150"
|
||||
, v<GLSL_140 ? "#extension GL_ARB_uniform_buffer_object : enable" : ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue