Uses of Record Class
tech.icey.vk4j.handle.VkQueryPool
Packages that use VkQueryPool
-
Uses of VkQueryPool in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkQueryPoolModifier and TypeMethodDescriptionvoidDeviceCommands.vkCmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags) voidDeviceCommands.vkCmdBeginQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int flags, int index) voidDeviceCommands.vkCmdCopyQueryPoolResults(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount, VkBuffer dstBuffer, long dstOffset, long stride, int flags) voidDeviceCommands.vkCmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query) voidDeviceCommands.vkCmdEndQueryIndexedEXT(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int query, int index) voidDeviceCommands.vkCmdResetQueryPool(VkCommandBuffer commandBuffer, VkQueryPool queryPool, int firstQuery, int queryCount) voidDeviceCommands.vkCmdWriteAccelerationStructuresPropertiesKHR(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureKHR.Buffer pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) voidDeviceCommands.vkCmdWriteAccelerationStructuresPropertiesNV(VkCommandBuffer commandBuffer, int accelerationStructureCount, VkAccelerationStructureNV.Buffer pAccelerationStructures, int queryType, VkQueryPool queryPool, int firstQuery) voidDeviceCommands.vkCmdWriteMicromapsPropertiesEXT(VkCommandBuffer commandBuffer, int micromapCount, VkMicromapEXT.Buffer pMicromaps, int queryType, VkQueryPool queryPool, int firstQuery) voidDeviceCommands.vkCmdWriteTimestamp(VkCommandBuffer commandBuffer, int pipelineStage, VkQueryPool queryPool, int query) voidDeviceCommands.vkCmdWriteTimestamp2(VkCommandBuffer commandBuffer, long stage, VkQueryPool queryPool, int query) voidDeviceCommands.vkDestroyQueryPool(VkDevice device, VkQueryPool queryPool, VkAllocationCallbacks pAllocator) intDeviceCommands.vkGetQueryPoolResults(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount, long dataSize, MemorySegment pData, long stride, int flags) voidDeviceCommands.vkResetQueryPool(VkDevice device, VkQueryPool queryPool, int firstQuery, int queryCount) -
Uses of VkQueryPool in tech.icey.vk4j.handle
Methods in tech.icey.vk4j.handle that return VkQueryPoolModifier and TypeMethodDescriptionVkQueryPool.Buffer.read()VkQueryPool.Buffer.read(long index) VkQueryPool.Buffer.readAll()Methods in tech.icey.vk4j.handle with parameters of type VkQueryPoolModifier and TypeMethodDescriptionvoidVkQueryPool.Buffer.write(long index, VkQueryPool value) voidVkQueryPool.Buffer.write(VkQueryPool value)