Map missing Framebuffer methods (#1687)

* Framebuffer#method_30278(0) -> getDepthAttachment

* Framebuffer#method_30277(0) -> getColorAttachment
This commit is contained in:
Pyrofab 2020-08-15 10:20:27 +00:00 committed by GitHub
parent 1640768006
commit e330d645f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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