summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/GfxDevice.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-11-04 14:48:07 +0800
committerchai <chaifix@163.com>2021-11-04 14:48:07 +0800
commitae2c6b26c2453cfb84153c39861a1bcd02479a85 (patch)
tree259457dcd09db3c256ff613c4483e67495d29fec /Runtime/Graphics/GfxDevice.h
parentd7c051cecf0db9056e94d5e80146aa0b066e606b (diff)
-textureUnitBucket
Diffstat (limited to 'Runtime/Graphics/GfxDevice.h')
-rw-r--r--Runtime/Graphics/GfxDevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Runtime/Graphics/GfxDevice.h b/Runtime/Graphics/GfxDevice.h
index f00a58f..dccde4b 100644
--- a/Runtime/Graphics/GfxDevice.h
+++ b/Runtime/Graphics/GfxDevice.h
@@ -70,8 +70,6 @@ public:
void SetUniformMat4(const char* name, Matrix44 mat4);
void SetUniformTexture(const char* name, Texture* texture);
- void ResetUniformsState();
-
void BeginFrame();
void EndFrame();
void PresentFrame();