diff options
Diffstat (limited to 'Runtime/Graphics/FrameBuffer.cpp')
-rw-r--r-- | Runtime/Graphics/FrameBuffer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Runtime/Graphics/FrameBuffer.cpp b/Runtime/Graphics/FrameBuffer.cpp index e675aab..af4d831 100644 --- a/Runtime/Graphics/FrameBuffer.cpp +++ b/Runtime/Graphics/FrameBuffer.cpp @@ -3,10 +3,10 @@ // 有些版本的OpenGL不支持绑定多个RT bool FrameBuffer::BindRenderTexture(RenderTexture* rt, int location /* = 0 */) { - + return false; } bool FrameBuffer::Blit(FrameBuffer* target) { - + return false; } |