net.minecraft.client.renderer

public class CachedPerspectiveProjectionMatrixBuffer

implements AutoCloseable

gwt
net.minecraft.client.renderer.CachedPerspectiveProjectionMatrixBuffer
net.minecraft.class_11279
net.minecraft.client.render.ProjectionMatrix3
net.minecraft.src.C_398594_

Field summary

Modifier and TypeField
private final GpuBuffer
a
buffer
field_60066
buffer
f_400138_
private final GpuBufferSlice
b
bufferSlice
field_60067
slice
f_399109_
private final float
c
zNear
field_60068
nearZ
f_400520_
private final float
d
zFar
field_60069
farZ
f_398908_
private int
e
width
field_60070
width
f_398712_
private int
f
height
field_60071
height
f_399857_
private float
g
fov
field_60072
fov
f_398984_

Constructor summary

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

Method summary

Modifier and TypeMethod
public GpuBufferSlice
a(int arg0, int arg1, float arg2)
getBuffer(int arg0, int arg1, float arg2)
method_71095(int arg0, int arg1, float arg2)
set(int width, int height, float fov)
m_401836_(int p_407827_, int p_408594_, float arg2)
private org.joml.Matrix4f
b(int arg0, int arg1, float arg2)
createProjectionMatrix(int arg0, int arg1, float arg2)
method_71097(int arg0, int arg1, float arg2)
getMatrix(int width, int height, float fov)
m_403503_(int p_407251_, int p_408735_, float arg2)
public void
close()
close()
close()