Uses of Class
com.mojang.blaze3d.opengl.DirectStateAccess
Packages that use DirectStateAccess
-
Uses of DirectStateAccess in com.mojang.blaze3d.opengl
Subclasses of DirectStateAccess in com.mojang.blaze3d.openglModifier and TypeClassDescription(package private) static class(package private) static classFields in com.mojang.blaze3d.opengl declared as DirectStateAccessModifier and TypeFieldDescriptionprivate final DirectStateAccessGlDevice.directStateAccessprivate final DirectStateAccessGlBuffer.dsaMethods in com.mojang.blaze3d.opengl that return DirectStateAccessModifier and TypeMethodDescriptionstatic DirectStateAccessDirectStateAccess.create(org.lwjgl.opengl.GLCapabilities pCapabilities, Set<String> pEnabledExtensions, GraphicsWorkarounds pWorkarounds) GlDevice.directStateAccess()Methods in com.mojang.blaze3d.opengl with parameters of type DirectStateAccessModifier and TypeMethodDescriptionabstract GlBufferBufferStorage.createBuffer(DirectStateAccess pDirectStateAccess, Supplier<String> pLabel, int pUsage, int pSize) abstract GlBufferBufferStorage.createBuffer(DirectStateAccess pDirectStateAccess, Supplier<String> pLabel, int pUsage, ByteBuffer pData) BufferStorage.Immutable.createBuffer(DirectStateAccess p_418138_, Supplier<String> p_418472_, int p_418304_, int p_418442_) BufferStorage.Immutable.createBuffer(DirectStateAccess p_418437_, Supplier<String> p_418106_, int p_418386_, ByteBuffer p_418383_) BufferStorage.Mutable.createBuffer(DirectStateAccess p_418247_, Supplier<String> p_418177_, int p_418191_, int p_418309_) BufferStorage.Mutable.createBuffer(DirectStateAccess p_418102_, Supplier<String> p_418521_, int p_418167_, ByteBuffer p_418232_) intGlTexture.getFbo(DirectStateAccess pDirectStateAccess, GpuTexture pTexture) BufferStorage.Immutable.mapBuffer(DirectStateAccess p_418435_, GlBuffer p_418399_, int p_418357_, int p_418353_, int p_418237_) abstract GlBuffer.GlMappedViewBufferStorage.mapBuffer(DirectStateAccess pDirectStateAccess, GlBuffer pBuffer, int pOffset, int pSize, int pUsage) BufferStorage.Mutable.mapBuffer(DirectStateAccess p_418209_, GlBuffer p_418012_, int p_418273_, int p_418050_, int p_418422_) private ByteBufferBufferStorage.Immutable.tryMapBufferPersistent(DirectStateAccess pDirectStateAccess, int pUsage, int pHandle, int pSize) Constructors in com.mojang.blaze3d.opengl with parameters of type DirectStateAccessModifierConstructorDescriptionprotectedGlBuffer(Supplier<String> pLabel, DirectStateAccess pDsa, int pUsage, int pSize, int pHandle, ByteBuffer pPersistentBuffer)