summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/GfxDevice.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-28 11:09:59 +0800
committerchai <chaifix@163.com>2021-10-28 11:09:59 +0800
commit92dd401d75e19281dc7a01492ab3c0996de330fc (patch)
tree489abcea143fc269e77a0553c6f12ec821bf2feb /Runtime/Graphics/GfxDevice.h
parentf6327c0948d666a4b61358c7aefed36eb070198d (diff)
*misc
Diffstat (limited to 'Runtime/Graphics/GfxDevice.h')
-rw-r--r--Runtime/Graphics/GfxDevice.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/Runtime/Graphics/GfxDevice.h b/Runtime/Graphics/GfxDevice.h
index ab35428..0931eae 100644
--- a/Runtime/Graphics/GfxDevice.h
+++ b/Runtime/Graphics/GfxDevice.h
@@ -47,7 +47,7 @@ public:
SharedVertexBuffer* GetSharedVBO() { return &m_SharedVBO; }
- GET_SET(Color, ClearColor, m_ClearColor);
+ GET_SET(Internal::Color, ClearColor, m_ClearColor);
GET_SET(ETextureFilterMode, DefaultFilterMode, m_DefaultFilterMode);
GET_SET(ETextureWrapMode, DefaultWrapMode, m_DefaultWrapMode);
@@ -55,12 +55,12 @@ private:
bool m_IsInsideFrame;
// äÖȾ״̬
- uint m_EnableFlag;
- Color m_ClearColor;
- EDepthTest m_DepthTest;
- EStencilTest m_StencilTest;
- EStencilOp m_StencilOp;
- byte m_StencilMask;
+ uint m_EnableFlag;
+ Internal::Color m_ClearColor;
+ EDepthTest m_DepthTest;
+ EStencilTest m_StencilTest;
+ EStencilOp m_StencilOp;
+ byte m_StencilMask;
// ÌùͼĬÈÏÉèÖÃ
ETextureFilterMode m_DefaultFilterMode;