Uses of Record Class
club.doki7.vulkan.handle.VkQueryPool
Packages that use VkQueryPool
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkQueryPool in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkQueryPoolModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdBeginQuery
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags) void
VkDeviceCommands.cmdBeginQueryIndexedEXT
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags, int index) void
VkDeviceCommands.cmdCopyQueryPoolResults
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) void
VkDeviceCommands.cmdEndQuery
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query) void
VkDeviceCommands.cmdEndQueryIndexedEXT
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int index) void
VkDeviceCommands.cmdResetQueryPool
(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount) void
VkDeviceCommands.cmdWriteAccelerationStructuresPropertiesKHR
(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) void
VkDeviceCommands.cmdWriteAccelerationStructuresPropertiesNV
(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureNV.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) void
VkDeviceCommands.cmdWriteMicromapsPropertiesEXT
(VkCommandBuffer commandBuffer, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, VkQueryPool queryPool, int firstQuery) void
VkDeviceCommands.cmdWriteTimestamp
(VkCommandBuffer commandBuffer, int pipelineStage, VkQueryPool queryPool, int query) void
VkDeviceCommands.cmdWriteTimestamp2
(VkCommandBuffer commandBuffer, long stage, VkQueryPool queryPool, int query) void
VkDeviceCommands.cmdWriteTimestamp2KHR
(VkCommandBuffer commandBuffer, long stage, VkQueryPool queryPool, int query) void
VkDeviceCommands.destroyQueryPool
(VkDevice device, @Nullable VkQueryPool queryPool, @Nullable VkAllocationCallbacks pAllocator) int
VkDeviceCommands.getQueryPoolResults
(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount, long dataSize, MemorySegment pData, long stride, int flags) void
VkDeviceCommands.resetQueryPool
(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) void
VkDeviceCommands.resetQueryPoolEXT
(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) -
Uses of VkQueryPool in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkQueryPoolMethods in club.doki7.vulkan.datatype with parameters of type VkQueryPoolModifier and TypeMethodDescriptionVkVideoInlineQueryInfoKHR.queryPool
(@Nullable VkQueryPool value) -
Uses of VkQueryPool in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkQueryPoolModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkQueryPool
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkQueryPoolModifier and TypeMethodDescription@Nullable VkQueryPool
VkQueryPool.Ptr.read()
@Nullable VkQueryPool
VkQueryPool.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkQueryPoolMethods in club.doki7.vulkan.handle with parameters of type VkQueryPoolModifier and TypeMethodDescriptionstatic VkQueryPool.Ptr
VkQueryPool.Ptr.allocate
(Arena arena, @Nullable VkQueryPool[] values) static VkQueryPool.Ptr
VkQueryPool.Ptr.allocateV
(Arena arena, @Nullable VkQueryPool value0, @Nullable VkQueryPool... values) void
VkQueryPool.Ptr.write
(long index, @Nullable VkQueryPool value) void
VkQueryPool.Ptr.write
(@Nullable VkQueryPool value) void
VkQueryPool.Ptr.write
(@Nullable VkQueryPool[] values) void
VkQueryPool.Ptr.writeV
(@Nullable VkQueryPool value0, @Nullable VkQueryPool... values)