mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-12 08:04:09 +02:00
fix shaders compilation
This commit is contained in:
@@ -1440,7 +1440,7 @@ namespace GAPI {
|
|||||||
"#define texture2D texture\n"
|
"#define texture2D texture\n"
|
||||||
"#define texture3D texture\n"
|
"#define texture3D texture\n"
|
||||||
"#define textureCube texture\n"
|
"#define textureCube texture\n"
|
||||||
"#define shadow2DEXT texture\n"
|
"#define shadow2D texture\n"
|
||||||
"out vec4 fragColor;\n");
|
"out vec4 fragColor;\n");
|
||||||
} else {
|
} else {
|
||||||
// vertex
|
// vertex
|
||||||
|
@@ -67,6 +67,7 @@
|
|||||||
<FloatingPointModel>Strict</FloatingPointModel>
|
<FloatingPointModel>Strict</FloatingPointModel>
|
||||||
<AdditionalOptions>
|
<AdditionalOptions>
|
||||||
</AdditionalOptions>
|
</AdditionalOptions>
|
||||||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
|
Reference in New Issue
Block a user