Class TracyGpuProfiler
java.lang.Object
com.mojang.blaze3d.systems.TracyGpuProfiler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.mojang.jtracy.GpuContextprivate intprivate static final intprivate final GpuQueryPoolprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidendFrame()private intvoidpopZone(CommandEncoder encoder) voidpushZone(CommandEncoder encoder, String name)
-
Field Details
-
MAX_QUERIES
private static final int MAX_QUERIES- See Also:
-
queries
-
context
private final com.mojang.jtracy.GpuContext context -
head
private int head -
tail
private int tail
-
-
Constructor Details
-
TracyGpuProfiler
-
-
Method Details
-
close
public void close() -
pushZone
-
popZone
-
endFrame
public void endFrame() -
nextQueryId
private int nextQueryId()
-