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 recordRepresents a pointer to / an array ofVkPerformanceCounterKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPerformanceCounterKHRModifier and TypeMethodDescriptionstatic VkPerformanceCounterKHR@NotNull VkPerformanceCounterKHRVkPerformanceCounterKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPerformanceCounterKHRVkPerformanceCounterKHR.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 VkPerformanceCounterKHRVkPerformanceCounterKHR.clone(Arena arena, VkPerformanceCounterKHR src) voidVkPerformanceCounterKHR.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)