com.mojang.blaze3d.resource

public record RenderTargetDescriptor

implements ResourceDescriptor<RenderTarget>

fff
com.mojang.blaze3d.resource.RenderTargetDescriptor
net.minecraft.class_9923
net.minecraft.client.gl.SimpleFramebufferFactory
net.minecraft.src.C_345856_

Field summary

Modifier and TypeField
private final int
a
width
comp_2978
width
f_348002_
private final int
b
height
comp_2979
height
f_348741_
private final boolean
c
useDepth
comp_2980
useDepth
f_347624_

Constructor summary

ModifierConstructor
public (int height, int useDepth, boolean arg2)

Method summary

Modifier and TypeMethod
public RenderTarget
a()
allocate()
method_61952()
create()
m_354097_()
public void
a(fef arg0)
free(RenderTarget arg0)
method_61953(class_276 arg0)
close(Framebuffer arg0)
m_351945_(C_3106_ arg0)
public int
b()
width()
comp_2978()
width()
f_348002_()
public int
c()
height()
comp_2979()
height()
f_348741_()
public boolean
d()
useDepth()
comp_2980()
useDepth()
f_347624_()