com.mojang.blaze3d.resource

public record RenderTargetDescriptor

implements ResourceDescriptor<RenderTarget>

fgc
com.mojang.blaze3d.resource.RenderTargetDescriptor
net.minecraft.class_9923
net.minecraft.client.gl.SimpleFramebufferFactory

Field summary

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

Constructor summary

ModifierConstructor
public (int arg0, int arg1, boolean arg2)

Method summary

Modifier and TypeMethod
public RenderTarget
a()
allocate()
method_61952()
create()
public void
a(ffc arg0)
free(RenderTarget arg0)
method_61953(class_276 arg0)
close(Framebuffer arg0)
public int
b()
width()
comp_2978()
width()
public int
c()
height()
comp_2979()
height()
public boolean
d()
useDepth()
comp_2980()
useDepth()