类 TracyFrameCapture
java.lang.Object
com.mojang.blaze3d.TracyFrameCapture
- 所有已实现的接口:
AutoCloseable
-
字段概要
字段修饰符和类型字段说明private static final int
private boolean
private GpuFence
private final RenderTarget
private int
private int
private static final int
private static final int
private final GpuBuffer
private int
private int
private int
-
构造器概要
构造器 -
方法概要
-
字段详细资料
-
MAX_WIDTH
private static final int MAX_WIDTH- 另请参阅:
-
MAX_HEIGHT
private static final int MAX_HEIGHT- 另请参阅:
-
BYTES_PER_PIXEL
private static final int BYTES_PER_PIXEL- 另请参阅:
-
targetWidth
private int targetWidth -
targetHeight
private int targetHeight -
width
private int width -
height
private int height -
frameBuffer
-
pixelbuffer
-
fence
-
lastCaptureDelay
private int lastCaptureDelay -
capturedThisFrame
private boolean capturedThisFrame
-
-
构造器详细资料
-
TracyFrameCapture
public TracyFrameCapture()
-
-
方法详细资料
-
resize
private void resize(int p_361808_, int p_365044_) -
capture
-
upload
public void upload() -
endFrame
public void endFrame() -
close
public void close()- 指定者:
close
在接口中AutoCloseable
-