Uses of Interface
com.mojang.blaze3d.systems.GpuQueryPool
Packages that use GpuQueryPool
-
Uses of GpuQueryPool in com.mojang.blaze3d.opengl
Classes in com.mojang.blaze3d.opengl that implement GpuQueryPoolMethods in com.mojang.blaze3d.opengl that return GpuQueryPoolMethods in com.mojang.blaze3d.opengl with parameters of type GpuQueryPoolModifier and TypeMethodDescriptionvoidGlCommandEncoder.writeTimestamp(GpuQueryPool pool, int index) voidGlRenderPass.writeTimestamp(GpuQueryPool pool, int index) -
Uses of GpuQueryPool in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as GpuQueryPoolModifier and TypeFieldDescriptionprivate final GpuQueryPoolTracyGpuProfiler.queriesprivate final GpuQueryPoolTimerQuery.queryPoolMethods in com.mojang.blaze3d.systems that return GpuQueryPoolModifier and TypeMethodDescriptionGpuDevice.createTimestampQueryPool(int size) GpuDeviceBackend.createTimestampQueryPool(int size) Methods in com.mojang.blaze3d.systems with parameters of type GpuQueryPoolModifier and TypeMethodDescriptionvoidCommandEncoder.writeTimestamp(GpuQueryPool pool, int index) voidCommandEncoderBackend.writeTimestamp(GpuQueryPool pool, int index) voidRenderPass.writeTimestamp(GpuQueryPool pool, int index) voidRenderPassBackend.writeTimestamp(GpuQueryPool pool, int index) -
Uses of GpuQueryPool in com.mojang.blaze3d.vulkan
Classes in com.mojang.blaze3d.vulkan that implement GpuQueryPoolMethods in com.mojang.blaze3d.vulkan that return GpuQueryPoolMethods in com.mojang.blaze3d.vulkan with parameters of type GpuQueryPoolModifier and TypeMethodDescriptionvoidVulkanCommandEncoder.writeTimestamp(GpuQueryPool pool, int index) voidVulkanRenderPass.writeTimestamp(GpuQueryPool pool, int index)