From 3239ba18797b1aa098056aa0c2a70e250a27a06c Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 24 Oct 2021 13:24:13 +0800 Subject: * port shader --- Runtime/Graphics/FrameBuffer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Runtime/Graphics/FrameBuffer.cpp') 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; } -- cgit v1.1-26-g67d0