Uses of Record Class
club.doki7.vulkan.datatype.VkPerformanceCounterResultKHR
Packages that use VkPerformanceCounterResultKHR
-
Uses of VkPerformanceCounterResultKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPerformanceCounterResultKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPerformanceCounterResultKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPerformanceCounterResultKHRModifier and TypeMethodDescription@NotNull VkPerformanceCounterResultKHRVkPerformanceCounterResultKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPerformanceCounterResultKHR.clone(Arena arena, VkPerformanceCounterResultKHR src) VkPerformanceCounterResultKHR.float32(float value) VkPerformanceCounterResultKHR.float64(double value) VkPerformanceCounterResultKHR.int32(int value) VkPerformanceCounterResultKHR.int64(long value) VkPerformanceCounterResultKHR.Ptr.toArray()VkPerformanceCounterResultKHR.uint32(int value) VkPerformanceCounterResultKHR.uint64(long value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPerformanceCounterResultKHRModifier and TypeMethodDescription@NotNull Iterator<VkPerformanceCounterResultKHR> VkPerformanceCounterResultKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPerformanceCounterResultKHRModifier and TypeMethodDescriptionVkPerformanceCounterResultKHR.clone(Arena arena, VkPerformanceCounterResultKHR src) voidVkPerformanceCounterResultKHR.Ptr.write(long index, @NotNull VkPerformanceCounterResultKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPerformanceCounterResultKHRModifier and TypeMethodDescriptionVkPerformanceCounterResultKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPerformanceCounterResultKHR> consumer)