From 6e73ca6ada8a41692809dae5db89c8db0675ce1e Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 17 Oct 2021 16:01:30 +0800 Subject: -Runner --- Runner/Graphics/RenderTexture.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Runner/Graphics/RenderTexture.h (limited to 'Runner/Graphics/RenderTexture.h') diff --git a/Runner/Graphics/RenderTexture.h b/Runner/Graphics/RenderTexture.h deleted file mode 100644 index 74c5602..0000000 --- a/Runner/Graphics/RenderTexture.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef RENDER_TEXTURE_H -#define RENDER_TEXTURE_H - -#include "Texture.h" - -// ÀëÆÁäÖȾ -class RenderTexture : public Texture -{ -public: - RenderTexture(TextureFormat format); - -}; - -RenderTexture* CreateRenderTexture(int width, int height, TextureFormat format); - -#endif \ No newline at end of file -- cgit v1.1-26-g67d0