From ee3c3bca4aa50fb8c7e38ec83ee41d87c7969ed6 Mon Sep 17 00:00:00 2001 From: raven02 Date: Mon, 20 Jan 2014 22:03:12 +0800 Subject: [PATCH] Add BindFramebufferDepth() --- GPU/GLES/Framebuffer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GPU/GLES/Framebuffer.h b/GPU/GLES/Framebuffer.h index 0a18b5d227..3d4277742a 100644 --- a/GPU/GLES/Framebuffer.h +++ b/GPU/GLES/Framebuffer.h @@ -138,6 +138,8 @@ public: void UpdateFromMemory(u32 addr, int size, bool safe); void SetLineWidth(); + void BindFramebufferDepth(VirtualFramebuffer *sourceframebuffer, VirtualFramebuffer *targetframebuffer); + // Just for logging right now. Might remove/change. void NotifyBlockTransfer(u32 dst, u32 src);