Package com.mojang.blaze3d.opengl
Class DirectStateAccess.Emulated
java.lang.Object
com.mojang.blaze3d.opengl.DirectStateAccess
com.mojang.blaze3d.opengl.DirectStateAccess.Emulated
- Enclosing class:
DirectStateAccess
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mojang.blaze3d.opengl.DirectStateAccess
DirectStateAccess.Core, DirectStateAccess.Emulated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbindFrameBufferTextures(int p_412192_, int p_412614_, int p_412332_, int p_412295_, int p_412775_, boolean useStencil) voidblitFrameBuffers(int p_412705_, int p_412256_, int p_412077_, int p_412762_, int p_412738_, int p_412701_, int p_412455_, int p_412525_, int p_412252_, int p_412684_, int p_412520_, int p_412585_) (package private) voidbufferData(int p_418415_, long p_418240_, int p_418204_) (package private) voidbufferData(int p_418504_, ByteBuffer p_418319_, int p_418033_) (package private) voidbufferStorage(int p_418279_, long p_418194_, int p_418045_) (package private) voidbufferStorage(int p_418284_, ByteBuffer p_418011_, int p_418406_) (package private) voidbufferSubData(int p_418332_, int p_418165_, ByteBuffer p_418268_, int p_433134_) (package private) voidcopyBufferSubData(int p_428853_, int p_428827_, int p_428852_, int p_428847_, int p_428825_) (package private) intint(package private) voidflushMappedBufferRange(int p_418330_, int p_418325_, int p_418530_, int p_435588_) (package private) ByteBuffermapBufferRange(int p_418226_, int p_418017_, int p_418092_, int p_418512_, int p_435186_) private intselectBufferBindTarget(int pUsage) (package private) voidunmapBuffer(int p_418235_, int p_433066_) Methods inherited from class com.mojang.blaze3d.opengl.DirectStateAccess
bindFrameBufferTextures, create
-
Constructor Details
-
Emulated
Emulated()
-
-
Method Details
-
selectBufferBindTarget
private int selectBufferBindTarget(int pUsage) -
createBuffer
int createBuffer()- Specified by:
createBufferin classDirectStateAccess
-
bufferData
void bufferData(int p_418415_, long p_418240_, int p_418204_) - Specified by:
bufferDatain classDirectStateAccess
-
bufferData
- Specified by:
bufferDatain classDirectStateAccess
-
bufferSubData
- Specified by:
bufferSubDatain classDirectStateAccess
-
bufferStorage
void bufferStorage(int p_418279_, long p_418194_, int p_418045_) - Specified by:
bufferStoragein classDirectStateAccess
-
bufferStorage
- Specified by:
bufferStoragein classDirectStateAccess
-
mapBufferRange
@Nullable ByteBuffer mapBufferRange(int p_418226_, int p_418017_, int p_418092_, int p_418512_, int p_435186_) - Specified by:
mapBufferRangein classDirectStateAccess
-
unmapBuffer
void unmapBuffer(int p_418235_, int p_433066_) - Specified by:
unmapBufferin classDirectStateAccess
-
flushMappedBufferRange
void flushMappedBufferRange(int p_418330_, int p_418325_, int p_418530_, int p_435588_) - Specified by:
flushMappedBufferRangein classDirectStateAccess
-
copyBufferSubData
void copyBufferSubData(int p_428853_, int p_428827_, int p_428852_, int p_428847_, int p_428825_) - Specified by:
copyBufferSubDatain classDirectStateAccess
-
createFrameBufferObject
public int createFrameBufferObject()- Specified by:
createFrameBufferObjectin classDirectStateAccess
-
bindFrameBufferTextures
public void bindFrameBufferTextures(int p_412192_, int p_412614_, int p_412332_, int p_412295_, int p_412775_, boolean useStencil) - Specified by:
bindFrameBufferTexturesin classDirectStateAccess
-
blitFrameBuffers
public void blitFrameBuffers(int p_412705_, int p_412256_, int p_412077_, int p_412762_, int p_412738_, int p_412701_, int p_412455_, int p_412525_, int p_412252_, int p_412684_, int p_412520_, int p_412585_) - Specified by:
blitFrameBuffersin classDirectStateAccess
-