Patch Update - Naming - V9.3.6
This commit is contained in:
@@ -25,7 +25,7 @@ class SkyboxShaderClass
|
||||
float padding;
|
||||
};
|
||||
|
||||
struct SunLightBufferType
|
||||
struct SkyboxBufferType
|
||||
{
|
||||
XMFLOAT4 diffuseColor;
|
||||
XMFLOAT4 ambientColor;
|
||||
@@ -33,7 +33,7 @@ class SkyboxShaderClass
|
||||
float intensity;
|
||||
};
|
||||
|
||||
struct SunLightColorBufferType
|
||||
struct SkyboxColorBufferType
|
||||
{
|
||||
XMFLOAT4 sunColor;
|
||||
};
|
||||
|
Reference in New Issue
Block a user