summaryrefslogtreecommitdiff
path: root/Source/modules/asura-core/Graphics/RenderTexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/modules/asura-core/Graphics/RenderTexture.h')
-rw-r--r--Source/modules/asura-core/Graphics/RenderTexture.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/Source/modules/asura-core/Graphics/RenderTexture.h b/Source/modules/asura-core/Graphics/RenderTexture.h
new file mode 100644
index 0000000..08199bf
--- /dev/null
+++ b/Source/modules/asura-core/Graphics/RenderTexture.h
@@ -0,0 +1,22 @@
+#ifndef _ASURA_ENGINE_RENDERTARGET_H_
+#define _ASURA_ENGINE_RENDERTARGET_H_
+
+#include <asura-base/Math/Vector2.hpp>
+#include <asura-base/Math/Rect.hpp>
+#include <asura-base/Scripting/Scripting.h>
+
+#include "Texture.h"
+#include "Color.h"
+
+namespace_begin(AsuraEngine)
+namespace_begin(Graphics)
+
+class RenderTexture : public Texture
+{
+
+};
+
+namespace_end
+namespace_end
+
+#endif \ No newline at end of file