yarn/mappings/net/minecraft/client/gl/GlFramebuffer.mapping

42 lines
868 B
Plaintext

CLASS cjy net/minecraft/client/gl/GlFramebuffer
FIELD a texWidth I
FIELD b texHeight I
FIELD c viewWidth I
FIELD d viewHeight I
FIELD e useDepthAttachment Z
FIELD f fbo I
FIELD g colorAttachment I
FIELD h depthAttachment I
FIELD i clearColor [F
FIELD j texFilter I
METHOD <init> (IIZZ)V
ARG 0 width
ARG 1 height
ARG 3 useDepthAttachment
METHOD a delete ()V
METHOD a setClearColor (FFFF)V
ARG 0 r
ARG 1 g
ARG 2 b
ARG 3 a
METHOD a setTexFilter (I)V
ARG 0 texFilter
METHOD a draw (II)V
ARG 0 width
ARG 1 height
METHOD a resize (IIZ)V
ARG 0 width
METHOD a beginWrite (Z)V
ARG 0 resizeViewport
METHOD b checkFramebufferStatus ()V
METHOD b initFbo (IIZ)V
ARG 0 width
METHOD b clear (Z)V
METHOD c beginRead ()V
METHOD c draw (IIZ)V
ARG 0 width
ARG 1 height
ARG 2 disableBlend
METHOD d endRead ()V
METHOD e endWrite ()V