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