@@ -2265,8 +2265,10 @@ GLShader_generic::GLShader_generic( GLShaderManager *manager ) :
2265
2265
u_AlphaThreshold( this ),
2266
2266
u_ModelMatrix( this ),
2267
2267
u_ModelViewProjectionMatrix( this ),
2268
- u_ColorModulateColorGen( this ),
2269
- u_Color( this ),
2268
+ u_ColorModulateColorGen_Float( this ),
2269
+ u_ColorModulateColorGen_Uint( this ),
2270
+ u_Color_Float( this ),
2271
+ u_Color_Uint( this ),
2270
2272
u_Bones( this ),
2271
2273
u_VertexInterpolation( this ),
2272
2274
u_DepthScale( this ),
@@ -2297,8 +2299,8 @@ GLShader_genericMaterial::GLShader_genericMaterial( GLShaderManager* manager ) :
2297
2299
u_AlphaThreshold( this ),
2298
2300
u_ModelMatrix( this ),
2299
2301
u_ModelViewProjectionMatrix( this ),
2300
- u_ColorModulateColorGen ( this ),
2301
- u_Color ( this ),
2302
+ u_ColorModulateColorGen_Uint ( this ),
2303
+ u_Color_Uint ( this ),
2302
2304
u_DepthScale( this ),
2303
2305
u_ShowTris( this ),
2304
2306
u_MaterialColour( this ),
@@ -2332,8 +2334,10 @@ GLShader_lightMapping::GLShader_lightMapping( GLShaderManager *manager ) :
2332
2334
u_LightTiles( this ),
2333
2335
u_TextureMatrix( this ),
2334
2336
u_SpecularExponent( this ),
2335
- u_ColorModulateColorGen( this ),
2336
- u_Color( this ),
2337
+ u_ColorModulateColorGen_Float( this ),
2338
+ u_ColorModulateColorGen_Uint( this ),
2339
+ u_Color_Float( this ),
2340
+ u_Color_Uint( this ),
2337
2341
u_AlphaThreshold( this ),
2338
2342
u_ViewOrigin( this ),
2339
2343
u_ModelMatrix( this ),
@@ -2400,8 +2404,8 @@ GLShader_lightMappingMaterial::GLShader_lightMappingMaterial( GLShaderManager* m
2400
2404
u_LightTiles( this ),
2401
2405
u_TextureMatrix( this ),
2402
2406
u_SpecularExponent( this ),
2403
- u_ColorModulateColorGen ( this ),
2404
- u_Color ( this ),
2407
+ u_ColorModulateColorGen_Uint ( this ),
2408
+ u_Color_Uint ( this ),
2405
2409
u_AlphaThreshold( this ),
2406
2410
u_ViewOrigin( this ),
2407
2411
u_ModelMatrix( this ),
@@ -2459,8 +2463,10 @@ GLShader_forwardLighting_omniXYZ::GLShader_forwardLighting_omniXYZ( GLShaderMana
2459
2463
u_TextureMatrix( this ),
2460
2464
u_SpecularExponent( this ),
2461
2465
u_AlphaThreshold( this ),
2462
- u_ColorModulateColorGen( this ),
2463
- u_Color( this ),
2466
+ u_ColorModulateColorGen_Float( this ),
2467
+ u_ColorModulateColorGen_Uint( this ),
2468
+ u_Color_Float( this ),
2469
+ u_Color_Uint( this ),
2464
2470
u_ViewOrigin( this ),
2465
2471
u_LightOrigin( this ),
2466
2472
u_LightColor( this ),
@@ -2512,8 +2518,10 @@ GLShader_forwardLighting_projXYZ::GLShader_forwardLighting_projXYZ( GLShaderMana
2512
2518
u_TextureMatrix( this ),
2513
2519
u_SpecularExponent( this ),
2514
2520
u_AlphaThreshold( this ),
2515
- u_ColorModulateColorGen( this ),
2516
- u_Color( this ),
2521
+ u_ColorModulateColorGen_Float( this ),
2522
+ u_ColorModulateColorGen_Uint( this ),
2523
+ u_Color_Float( this ),
2524
+ u_Color_Uint( this ),
2517
2525
u_ViewOrigin( this ),
2518
2526
u_LightOrigin( this ),
2519
2527
u_LightColor( this ),
@@ -2576,8 +2584,10 @@ GLShader_forwardLighting_directionalSun::GLShader_forwardLighting_directionalSun
2576
2584
u_TextureMatrix( this ),
2577
2585
u_SpecularExponent( this ),
2578
2586
u_AlphaThreshold( this ),
2579
- u_ColorModulateColorGen( this ),
2580
- u_Color( this ),
2587
+ u_ColorModulateColorGen_Float( this ),
2588
+ u_ColorModulateColorGen_Uint( this ),
2589
+ u_Color_Float( this ),
2590
+ u_Color_Uint( this ),
2581
2591
u_ViewOrigin( this ),
2582
2592
u_LightDir( this ),
2583
2593
u_LightColor( this ),
@@ -2639,7 +2649,8 @@ GLShader_shadowFill::GLShader_shadowFill( GLShaderManager *manager ) :
2639
2649
u_LightRadius( this ),
2640
2650
u_ModelMatrix( this ),
2641
2651
u_ModelViewProjectionMatrix( this ),
2642
- u_Color( this ),
2652
+ u_Color_Float( this ),
2653
+ u_Color_Uint( this ),
2643
2654
u_Bones( this ),
2644
2655
u_VertexInterpolation( this ),
2645
2656
GLDeformStage( this ),
@@ -2747,7 +2758,8 @@ GLShader_fogQuake3::GLShader_fogQuake3( GLShaderManager *manager ) :
2747
2758
u_FogMap( this ),
2748
2759
u_ModelMatrix( this ),
2749
2760
u_ModelViewProjectionMatrix( this ),
2750
- u_ColorGlobal( this ),
2761
+ u_ColorGlobal_Float( this ),
2762
+ u_ColorGlobal_Uint( this ),
2751
2763
u_Bones( this ),
2752
2764
u_VertexInterpolation( this ),
2753
2765
u_FogDistanceVector( this ),
@@ -2769,7 +2781,7 @@ GLShader_fogQuake3Material::GLShader_fogQuake3Material( GLShaderManager* manager
2769
2781
u_FogMap( this ),
2770
2782
u_ModelMatrix( this ),
2771
2783
u_ModelViewProjectionMatrix( this ),
2772
- u_ColorGlobal ( this ),
2784
+ u_ColorGlobal_Uint ( this ),
2773
2785
u_FogDistanceVector( this ),
2774
2786
u_FogDepthVector( this ),
2775
2787
u_FogEyeT( this ),
@@ -2786,7 +2798,8 @@ GLShader_fogGlobal::GLShader_fogGlobal( GLShaderManager *manager ) :
2786
2798
u_DepthMap( this ),
2787
2799
u_ModelViewProjectionMatrix( this ),
2788
2800
u_UnprojectMatrix( this ),
2789
- u_Color( this ),
2801
+ u_Color_Float( this ),
2802
+ u_Color_Uint( this ),
2790
2803
u_FogDistanceVector( this )
2791
2804
{
2792
2805
}
0 commit comments