summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/RenderTexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Graphics/RenderTexture.h')
-rw-r--r--Runtime/Graphics/RenderTexture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Runtime/Graphics/RenderTexture.h b/Runtime/Graphics/RenderTexture.h
index 74c5602..a501f50 100644
--- a/Runtime/Graphics/RenderTexture.h
+++ b/Runtime/Graphics/RenderTexture.h
@@ -7,10 +7,10 @@
class RenderTexture : public Texture
{
public:
- RenderTexture(TextureFormat format);
+ RenderTexture(ETextureFormat format);
};
-RenderTexture* CreateRenderTexture(int width, int height, TextureFormat format);
+RenderTexture* CreateRenderTexture(int width, int height, ETextureFormat format);
#endif \ No newline at end of file