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