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 TypeMethodDescriptionvoidVkDeviceCommands.cmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags) voidVkDeviceCommands.cmdBeginQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags, int index) voidVkDeviceCommands.cmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) voidVkDeviceCommands.cmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query) voidVkDeviceCommands.cmdEndQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int index) voidVkDeviceCommands.cmdResetQueryPool(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount) voidVkDeviceCommands.cmdWriteAccelerationStructuresPropertiesKHR(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureKHR.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) voidVkDeviceCommands.cmdWriteAccelerationStructuresPropertiesNV(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureNV.Ptr pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) voidVkDeviceCommands.cmdWriteMicromapsPropertiesEXT(VkCommandBuffer commandBuffer, int micromapCount, VkMicromapEXT.Ptr pMicromaps, int queryType, VkQueryPool queryPool, int firstQuery) voidVkDeviceCommands.cmdWriteTimestamp(VkCommandBuffer commandBuffer, int pipelineStage, VkQueryPool queryPool, int query) voidVkDeviceCommands.cmdWriteTimestamp2(VkCommandBuffer commandBuffer, long stage, VkQueryPool queryPool, int query) voidVkDeviceCommands.cmdWriteTimestamp2KHR(VkCommandBuffer commandBuffer, long stage, VkQueryPool queryPool, int query) voidVkDeviceCommands.destroyQueryPool(VkDevice device, @Nullable VkQueryPool queryPool, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.getQueryPoolResults(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount, long dataSize, @NotNull MemorySegment pData, long stride, int flags) voidVkDeviceCommands.resetQueryPool(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) voidVkDeviceCommands.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 recordRepresents a pointer toVkQueryPoolhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkQueryPoolModifier and TypeMethodDescription@Nullable VkQueryPoolVkQueryPool.Ptr.read()@Nullable VkQueryPoolVkQueryPool.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.PtrVkQueryPool.Ptr.allocate(Arena arena, @Nullable VkQueryPool @NotNull [] values) static VkQueryPool.PtrVkQueryPool.Ptr.allocateV(Arena arena, @Nullable VkQueryPool value0, @Nullable VkQueryPool... values) voidVkQueryPool.Ptr.write(long index, @Nullable VkQueryPool value) voidVkQueryPool.Ptr.write(@Nullable VkQueryPool value) voidVkQueryPool.Ptr.write(@Nullable VkQueryPool[] values) voidVkQueryPool.Ptr.writeV(@Nullable VkQueryPool value0, @Nullable VkQueryPool... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkQueryPoolModifier and TypeMethodDescriptionstatic VkQueryPool.PtrVkQueryPool.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkQueryPool> values)