Patch Update - Naming - V9.3.6

This commit is contained in:
2025-05-01 20:09:08 +02:00
parent f8503e5a2a
commit 74151de6f7
5 changed files with 10 additions and 12 deletions

View File

@@ -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;
};