summaryrefslogtreecommitdiff
path: root/Runner/Graphics/FrameBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Runner/Graphics/FrameBuffer.cpp')
-rw-r--r--Runner/Graphics/FrameBuffer.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/Runner/Graphics/FrameBuffer.cpp b/Runner/Graphics/FrameBuffer.cpp
deleted file mode 100644
index e675aab..0000000
--- a/Runner/Graphics/FrameBuffer.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include "FrameBuffer.h"
-
-// 有些版本的OpenGL不支持绑定多个RT
-bool FrameBuffer::BindRenderTexture(RenderTexture* rt, int location /* = 0 */)
-{
-
-}
-
-bool FrameBuffer::Blit(FrameBuffer* target)
-{
-
-}