Uses of Record Class
club.doki7.vulkan.datatype.VkQueryPoolCreateInfo
Packages that use VkQueryPoolCreateInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkQueryPoolCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkQueryPoolCreateInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.createQueryPool
(VkDevice device, VkQueryPoolCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkQueryPool.Ptr pQueryPool) -
Uses of VkQueryPoolCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkQueryPoolCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkQueryPoolCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkQueryPoolCreateInfoModifier and TypeMethodDescriptionstatic VkQueryPoolCreateInfo
@NotNull VkQueryPoolCreateInfo
VkQueryPoolCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkQueryPoolCreateInfo
VkQueryPoolCreateInfo.clone
(Arena arena, VkQueryPoolCreateInfo src) VkQueryPoolCreateInfo.flags
(int value) VkQueryPoolCreateInfo.pipelineStatistics
(int value) VkQueryPoolCreateInfo.pNext
(@NotNull MemorySegment value) VkQueryPoolCreateInfo.queryCount
(int value) VkQueryPoolCreateInfo.queryType
(int value) VkQueryPoolCreateInfo.sType
(int value) VkQueryPoolCreateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkQueryPoolCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkQueryPoolCreateInfo> VkQueryPoolCreateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkQueryPoolCreateInfoModifier and TypeMethodDescriptionstatic VkQueryPoolCreateInfo
VkQueryPoolCreateInfo.clone
(Arena arena, VkQueryPoolCreateInfo src) void
VkQueryPoolCreateInfo.Ptr.write
(long index, @NotNull VkQueryPoolCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkQueryPoolCreateInfoModifier and TypeMethodDescriptionVkQueryPoolCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkQueryPoolCreateInfo> consumer)