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