Package com.mojang.blaze3d.opengl
Class DirectStateAccess.Core
java.lang.Object
com.mojang.blaze3d.opengl.DirectStateAccess
com.mojang.blaze3d.opengl.DirectStateAccess.Core
- 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_412474_, int p_412101_, int p_412181_, int p_412742_, int p_412591_, boolean useStencil) voidblitFrameBuffers(int p_412346_, int p_412174_, int p_412752_, int p_412365_, int p_412477_, int p_412615_, int p_412700_, int p_412178_, int p_412260_, int p_412584_, int p_412685_, int p_412482_) (package private) voidbufferData(int p_418123_, long p_418371_, int p_418160_) (package private) voidbufferData(int p_418280_, ByteBuffer p_418007_, int p_418178_) (package private) voidbufferStorage(int p_418428_, long p_418019_, int p_418289_) (package private) voidbufferStorage(int p_418345_, ByteBuffer p_418031_, int p_418465_) (package private) voidbufferSubData(int p_418076_, int p_418299_, ByteBuffer p_418117_, int p_434651_) (package private) voidcopyBufferSubData(int p_428836_, int p_428841_, int p_428817_, int p_428818_, int p_428819_) (package private) intint(package private) voidflushMappedBufferRange(int p_418135_, int p_418262_, int p_418080_, int p_435688_) (package private) ByteBuffermapBufferRange(int p_418027_, int p_418408_, int p_418310_, int p_418214_, int p_433284_) (package private) voidunmapBuffer(int p_418046_, int p_433042_) Methods inherited from class com.mojang.blaze3d.opengl.DirectStateAccess
bindFrameBufferTextures, create
-
Constructor Details
-
Core
Core()
-
-
Method Details
-
createBuffer
int createBuffer()- Specified by:
createBufferin classDirectStateAccess
-
bufferData
void bufferData(int p_418123_, long p_418371_, int p_418160_) - Specified by:
bufferDatain classDirectStateAccess
-
bufferData
- Specified by:
bufferDatain classDirectStateAccess
-
bufferSubData
- Specified by:
bufferSubDatain classDirectStateAccess
-
bufferStorage
void bufferStorage(int p_418428_, long p_418019_, int p_418289_) - Specified by:
bufferStoragein classDirectStateAccess
-
bufferStorage
- Specified by:
bufferStoragein classDirectStateAccess
-
mapBufferRange
@Nullable ByteBuffer mapBufferRange(int p_418027_, int p_418408_, int p_418310_, int p_418214_, int p_433284_) - Specified by:
mapBufferRangein classDirectStateAccess
-
unmapBuffer
void unmapBuffer(int p_418046_, int p_433042_) - Specified by:
unmapBufferin classDirectStateAccess
-
createFrameBufferObject
public int createFrameBufferObject()- Specified by:
createFrameBufferObjectin classDirectStateAccess
-
bindFrameBufferTextures
public void bindFrameBufferTextures(int p_412474_, int p_412101_, int p_412181_, int p_412742_, int p_412591_, boolean useStencil) - Specified by:
bindFrameBufferTexturesin classDirectStateAccess
-
blitFrameBuffers
public void blitFrameBuffers(int p_412346_, int p_412174_, int p_412752_, int p_412365_, int p_412477_, int p_412615_, int p_412700_, int p_412178_, int p_412260_, int p_412584_, int p_412685_, int p_412482_) - Specified by:
blitFrameBuffersin classDirectStateAccess
-
flushMappedBufferRange
void flushMappedBufferRange(int p_418135_, int p_418262_, int p_418080_, int p_435688_) - Specified by:
flushMappedBufferRangein classDirectStateAccess
-
copyBufferSubData
void copyBufferSubData(int p_428836_, int p_428841_, int p_428817_, int p_428818_, int p_428819_) - Specified by:
copyBufferSubDatain classDirectStateAccess
-