net.minecraft.client.util.tracy

public class TracyFrameCapturer

implements AutoCloseable

com.mojang.blaze3d.TracyFrameCapture
net.minecraft.class_10219
net.minecraft.client.util.tracy.TracyFrameCapturer

Field summary

Modifier and TypeField
private static final int
MAX_WIDTH
field_54252
MAX_WIDTH
private static final int
MAX_HEIGHT
field_54253
MAX_HEIGHT
private static final long
BYTES_PER_PIXEL
field_54254
field_54254
private int
targetWidth
field_54255
framebufferWidth
private int
targetHeight
field_54256
framebufferHeight
private int
width
field_54257
width
private int
height
field_54258
height
private GpuTexture
frameBuffer
field_54259
texture
private GpuTextureView
frameBufferView
field_60564
textureView
private GpuBuffer
pixelbuffer
field_54260
buffer
private int
lastCaptureDelay
field_54263
offset
private boolean
capturedThisFrame
field_54264
captured
private TracyFrameCapturer$Status
status
field_57833
status

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
private void
resize(int width, int height)
method_64231(int arg0, int arg1)
resize(int framebufferWidth, int framebufferHeight)
public void
capture(RenderTarget captureTarget)
method_64232(class_276 arg0)
capture(Framebuffer framebuffer)
public void
upload()
method_64230()
upload()
public void
endFrame()
method_64233()
markFrame()
public void
close()
private void
lambda$capture$1()
method_68337()
method_68337()
private static String
lambda$capture$0()
method_71164()
method_71164()
private static String
lambda$resize$0()
method_68693()
method_68693()
private static String
lambda$new$0()
method_71015()
method_71015()