net.minecraft.client.render

public class ProjectionMatrix2

implements AutoCloseable

net.minecraft.client.renderer.CachedOrthoProjectionMatrixBuffer
net.minecraft.class_11278
net.minecraft.client.render.ProjectionMatrix2

Field summary

Modifier and TypeField
private final GpuBuffer
buffer
field_60059
buffer
private final GpuBufferSlice
bufferSlice
field_60060
slice
private final float
zNear
field_60061
nearZ
private final float
zFar
field_60062
farZ
private final boolean
invertY
field_60063
invertY
private float
width
field_60064
width
private float
height
field_60065
height

Constructor summary

ModifierConstructor
public (String name, float nearZ, float farZ, boolean invertY)

Method summary

Modifier and TypeMethod
public GpuBufferSlice
getBuffer(float width, float height)
method_71092(float arg0, float arg1)
set(float width, float height)
private org.joml.Matrix4f
createProjectionMatrix(float width, float height)
method_71094(float arg0, float arg1)
getMatrix(float width, float height)
public void
close()
private static String
lambda$new$0(String arg0)
method_71093(String arg0)
method_71093(String arg0)