Package com.hbm_m.client.render.culling
Class InstancedRenderStats
java.lang.Object
com.hbm_m.client.render.culling.InstancedRenderStats
Lightweight per-frame counters for instanced / MDI diagnostics (Cloth: enableDebugLogging or mdiDebugLogDispatch).
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidbeginPresent(int chunkSlices) static voidclear()static voidstatic void
-
Method Details
-
beginPresent
public static void beginPresent(int chunkSlices) -
recordDuplicatePresentAttempt
public static void recordDuplicatePresentAttempt() -
endPresent
public static void endPresent() -
clear
public static void clear()
-