Uses of Record Class
club.doki7.vulkan.datatype.VkPerformanceQuerySubmitInfoKHR
Packages that use VkPerformanceQuerySubmitInfoKHR
-
Uses of VkPerformanceQuerySubmitInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPerformanceQuerySubmitInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPerformanceQuerySubmitInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPerformanceQuerySubmitInfoKHRModifier and TypeMethodDescription@NotNull VkPerformanceQuerySubmitInfoKHR
VkPerformanceQuerySubmitInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPerformanceQuerySubmitInfoKHR.clone
(Arena arena, VkPerformanceQuerySubmitInfoKHR src) VkPerformanceQuerySubmitInfoKHR.counterPassIndex
(int value) VkPerformanceQuerySubmitInfoKHR.pNext
(@NotNull MemorySegment value) VkPerformanceQuerySubmitInfoKHR.sType
(int value) VkPerformanceQuerySubmitInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPerformanceQuerySubmitInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkPerformanceQuerySubmitInfoKHR> VkPerformanceQuerySubmitInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPerformanceQuerySubmitInfoKHRModifier and TypeMethodDescriptionVkPerformanceQuerySubmitInfoKHR.clone
(Arena arena, VkPerformanceQuerySubmitInfoKHR src) void
VkPerformanceQuerySubmitInfoKHR.Ptr.write
(long index, @NotNull VkPerformanceQuerySubmitInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPerformanceQuerySubmitInfoKHRModifier and TypeMethodDescriptionVkPerformanceQuerySubmitInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPerformanceQuerySubmitInfoKHR> consumer)