net.minecraft.client.renderer

public class CachedOrthoProjectionMatrixBuffer

implements AutoCloseable

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

Field summary

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

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)
m_403758_(float p_410291_, float arg1)
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)
m_404454_(float p_409651_, float arg1)
public void
close()
close()
close()