com.mojang.blaze3d.systems

public record GpuDeviceLimits

com.mojang.renderpearl.api.device.DeviceLimits
com.mojang.renderpearl.api.device.DeviceLimits
net.minecraft.class_1_684
com.mojang.blaze3d.systems.GpuDeviceLimits

Field summary

Modifier and TypeField
private final int
maxAnisotropy
maxAnisotropy
comp_1_494
maxAnisotropy
private final int
minUniformOffsetAlignment
minUniformOffsetAlignment
comp_1_496
minUniformOffsetAlignment
private final int
maxTextureSize
maxTextureSize
comp_1_495
maxTextureSize
private final long
maxMemoryAllocationSize
maxMemoryAllocationSize
comp_1_807
maxMemoryAllocationSize
private final int
maxMultiDrawDirectInterleavedDrawCount
maxMultiDrawDirectInterleavedDrawCount
comp_1_864
maxMultiDrawDirectInterleavedDrawCount
private final int
maxColorAttachments
maxColorAttachments
comp_1_775
maxColorAttachments
private final int
maxDrawIndirectDrawCount
maxDrawIndirectDrawCount
comp_1_1501
maxDrawIndirectDrawCount

Constructor summary

ModifierConstructor
public (int maxAnisotropy, int minUniformOffsetAlignment, int maxTextureSize, long maxMemoryAllocationSize, int maxMultiDrawDirectInterleavedDrawCount, int maxColorAttachments, int maxDrawIndirectDrawCount)

Method summary

Modifier and TypeMethod
public int
maxTextureSizeForFormat(GpuFormat format)
maxTextureSizeForFormat(GpuFormat format)
method_1_5494(class_1_658 arg0)
maxTextureSize(TexelFormat texelFormat)
public int
maxAnisotropy()
maxAnisotropy()
comp_1_494()
maxAnisotropy()
public int
minUniformOffsetAlignment()
minUniformOffsetAlignment()
comp_1_496()
minUniformOffsetAlignment()
public int
maxTextureSize()
maxTextureSize()
comp_1_495()
maxTextureSize()
public long
maxMemoryAllocationSize()
maxMemoryAllocationSize()
comp_1_807()
maxMemoryAllocationSize()
public int
maxMultiDrawDirectInterleavedDrawCount()
maxMultiDrawDirectInterleavedDrawCount()
comp_1_864()
maxMultiDrawDirectInterleavedDrawCount()
public int
maxColorAttachments()
maxColorAttachments()
comp_1_775()
maxColorAttachments()
public int
maxDrawIndirectDrawCount()
maxDrawIndirectDrawCount()
comp_1_1501()
maxDrawIndirectDrawCount()