From e330d645f211e480970408a44f9c08ec4978922d Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Sat, 15 Aug 2020 10:20:27 +0000 Subject: [PATCH] Map missing Framebuffer methods (#1687) * Framebuffer#method_30278(0) -> getDepthAttachment * Framebuffer#method_30277(0) -> getColorAttachment --- mappings/net/minecraft/client/gl/Framebuffer.mapping | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mappings/net/minecraft/client/gl/Framebuffer.mapping b/mappings/net/minecraft/client/gl/Framebuffer.mapping index 18f01d14fe..31c47ac9e3 100644 --- a/mappings/net/minecraft/client/gl/Framebuffer.mapping +++ b/mappings/net/minecraft/client/gl/Framebuffer.mapping @@ -53,3 +53,5 @@ CLASS net/minecraft/class_276 net/minecraft/client/gl/Framebuffer ARG 2 height ARG 3 getError METHOD method_29329 copyDepthFrom (Lnet/minecraft/class_276;)V + METHOD method_30277 getColorAttachment ()I + METHOD method_30278 getDepthAttachment ()I