DepthTestState (+ capState for alphaTest)

This commit is contained in:
Ben Russell 2016-08-22 16:31:43 +12:00
parent c75e00e173
commit 3427247f73
1 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,7 @@ CLASS none/bos net/minecraft/client/GlHandler
FIELD b func I
FIELD c ref F
CLASS none/bos$b
FIELD a capState Lnone/bos$c;
FIELD b sfactor I
FIELD c dfactor I
CLASS none/bos$c CapabilityTracker
@ -20,7 +21,8 @@ CLASS none/bos net/minecraft/client/GlHandler
CLASS none/bos$h
FIELD b face I
FIELD c mode I
CLASS none/bos$k
CLASS none/bos$k DepthTestState
FIELD a capState Lnone/bos$c;
FIELD b mask Z
FIELD c func I
CLASS none/bos$p
@ -121,7 +123,9 @@ CLASS none/bos net/minecraft/client/GlHandler
METHOD g pixelStore (II)V
METHOD h deleteTextures (I)V
METHOD i bindTexture (I)V
METHOD j enableDepthTest ()V
METHOD j shadeModel (I)V
METHOD k disableDepthTest ()V
METHOD m clear (I)V
METHOD n matrixMode (I)V
METHOD p disableClientState (I)V