net.minecraft.client.renderer

public class CachedOrthoProjectionMatrixBuffer

implements AutoCloseable

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

Field summary

Modifier and TypeField
private final GpuBuffer
a
buffer
field_60059
buffer
private final GpuBufferSlice
b
bufferSlice
field_60060
slice
private final float
c
zNear
field_60061
nearZ
private final float
d
zFar
field_60062
farZ
private final boolean
e
invertY
field_60063
invertY
private float
f
width
field_60064
width
private float
g
height
field_60065
height

Constructor summary

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

Method summary

Modifier and TypeMethod
public GpuBufferSlice
a(float arg0, float arg1)
getBuffer(float arg0, float arg1)
method_71092(float arg0, float arg1)
set(float width, float height)
private org.joml.Matrix4f
b(float arg0, float arg1)
createProjectionMatrix(float arg0, float arg1)
method_71094(float arg0, float arg1)
getMatrix(float width, float height)
public void
close()
close()