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_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage 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_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418160_) (package private) voidbufferData(int p_418280_, ByteBuffer p_418007_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418178_) (package private) voidbufferStorage(int p_418428_, long p_418019_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418289_) (package private) voidbufferStorage(int p_418345_, ByteBuffer p_418031_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418465_) (package private) voidbufferSubData(int p_418076_, long p_482295_, ByteBuffer p_418117_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418299_) (package private) voidcopyBufferSubData(int p_428836_, int p_428841_, long p_482292_, long p_482332_, long p_482334_) (package private) intint(package private) voidflushMappedBufferRange(int p_418135_, long p_482322_, long p_482291_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418262_) (package private) @Nullable ByteBuffermapBufferRange(int p_418027_, long p_482278_, long p_482324_, int p_418408_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418310_) (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_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418160_) - Specified by:
bufferDatain classDirectStateAccess
-
bufferData
void bufferData(int p_418280_, ByteBuffer p_418007_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418178_) - Specified by:
bufferDatain classDirectStateAccess
-
bufferSubData
void bufferSubData(int p_418076_, long p_482295_, ByteBuffer p_418117_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418299_) - Specified by:
bufferSubDatain classDirectStateAccess
-
bufferStorage
void bufferStorage(int p_418428_, long p_418019_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418289_) - Specified by:
bufferStoragein classDirectStateAccess
-
bufferStorage
void bufferStorage(int p_418345_, ByteBuffer p_418031_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418465_) - Specified by:
bufferStoragein classDirectStateAccess
-
mapBufferRange
@Nullable ByteBuffer mapBufferRange(int p_418027_, long p_482278_, long p_482324_, int p_418408_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418310_) - 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_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage 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_, long p_482322_, long p_482291_, @com.mojang.blaze3d.buffers.GpuBuffer.Usage int p_418262_) - Specified by:
flushMappedBufferRangein classDirectStateAccess
-
copyBufferSubData
void copyBufferSubData(int p_428836_, int p_428841_, long p_482292_, long p_482332_, long p_482334_) - Specified by:
copyBufferSubDatain classDirectStateAccess
-