Uses of Record Class
club.doki7.vulkan.datatype.VkQueryPoolPerformanceCreateInfoKHR
Packages that use VkQueryPoolPerformanceCreateInfoKHR
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkQueryPoolPerformanceCreateInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkQueryPoolPerformanceCreateInfoKHRModifier and TypeMethodDescriptionvoidVkInstanceCommands.getPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR(VkPhysicalDevice physicalDevice, VkQueryPoolPerformanceCreateInfoKHR pPerformanceQueryCreateInfo, IntPtr pNumPasses) -
Uses of VkQueryPoolPerformanceCreateInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkQueryPoolPerformanceCreateInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkQueryPoolPerformanceCreateInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkQueryPoolPerformanceCreateInfoKHRModifier and TypeMethodDescription@NotNull VkQueryPoolPerformanceCreateInfoKHRVkQueryPoolPerformanceCreateInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkQueryPoolPerformanceCreateInfoKHR.clone(Arena arena, VkQueryPoolPerformanceCreateInfoKHR src) VkQueryPoolPerformanceCreateInfoKHR.counterIndexCount(int value) VkQueryPoolPerformanceCreateInfoKHR.pCounterIndices(@Nullable IntPtr value) VkQueryPoolPerformanceCreateInfoKHR.pNext(@NotNull MemorySegment value) VkQueryPoolPerformanceCreateInfoKHR.queueFamilyIndex(int value) VkQueryPoolPerformanceCreateInfoKHR.sType(int value) VkQueryPoolPerformanceCreateInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkQueryPoolPerformanceCreateInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkQueryPoolPerformanceCreateInfoKHR> VkQueryPoolPerformanceCreateInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkQueryPoolPerformanceCreateInfoKHRModifier and TypeMethodDescriptionVkQueryPoolPerformanceCreateInfoKHR.clone(Arena arena, VkQueryPoolPerformanceCreateInfoKHR src) voidVkQueryPoolPerformanceCreateInfoKHR.Ptr.write(long index, @NotNull VkQueryPoolPerformanceCreateInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkQueryPoolPerformanceCreateInfoKHRModifier and TypeMethodDescriptionVkQueryPoolPerformanceCreateInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkQueryPoolPerformanceCreateInfoKHR> consumer)