Uses of Class
com.mojang.blaze3d.GraphicsWorkarounds
Packages that use GraphicsWorkarounds
-
Uses of GraphicsWorkarounds in com.mojang.blaze3d
Fields in com.mojang.blaze3d declared as GraphicsWorkaroundsModifier and TypeFieldDescriptionprivate static @Nullable GraphicsWorkaroundsGraphicsWorkarounds.instanceMethods in com.mojang.blaze3d that return GraphicsWorkarounds -
Uses of GraphicsWorkarounds in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type GraphicsWorkaroundsModifier and TypeMethodDescriptionstatic DirectStateAccessDirectStateAccess.create(org.lwjgl.opengl.GLCapabilities capabilities, Set<String> enabledExtensions, GraphicsWorkarounds workarounds) -
Uses of GraphicsWorkarounds in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex with parameters of type GraphicsWorkaroundsModifier and TypeMethodDescriptionUberGpuBuffer.UberGpuBufferStagingBuffer.create(String name, GpuDevice gpuDevice, int stagingBufferSize, GraphicsWorkarounds workarounds) Constructors in com.mojang.blaze3d.vertex with parameters of type GraphicsWorkaroundsModifierConstructorDescriptionUberGpuBuffer(String name, int usage, int heapSize, int alignSize, GpuDevice gpuDevice, int stagingBufferSize, GraphicsWorkarounds workarounds)