Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineExecutableStatisticValueKHR
Packages that use VkPipelineExecutableStatisticValueKHR
-
Uses of VkPipelineExecutableStatisticValueKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineExecutableStatisticValueKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPipelineExecutableStatisticValueKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineExecutableStatisticValueKHRModifier and TypeMethodDescriptionVkPipelineExecutableStatisticValueKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPipelineExecutableStatisticValueKHR.b32(int value) VkPipelineExecutableStatisticValueKHR.clone(Arena arena, VkPipelineExecutableStatisticValueKHR src) VkPipelineExecutableStatisticValueKHR.f64(double value) VkPipelineExecutableStatisticValueKHR.i64(long value) VkPipelineExecutableStatisticValueKHR.Ptr.toArray()VkPipelineExecutableStatisticValueKHR.u64(long value) VkPipelineExecutableStatisticKHR.value()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineExecutableStatisticValueKHRMethods in club.doki7.vulkan.datatype with parameters of type VkPipelineExecutableStatisticValueKHRModifier and TypeMethodDescriptionVkPipelineExecutableStatisticValueKHR.clone(Arena arena, VkPipelineExecutableStatisticValueKHR src) VkPipelineExecutableStatisticKHR.value(@NotNull VkPipelineExecutableStatisticValueKHR value) voidVkPipelineExecutableStatisticValueKHR.Ptr.write(long index, @NotNull VkPipelineExecutableStatisticValueKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineExecutableStatisticValueKHRModifier and TypeMethodDescriptionVkPipelineExecutableStatisticValueKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineExecutableStatisticValueKHR> consumer) VkPipelineExecutableStatisticKHR.value(Consumer<@NotNull VkPipelineExecutableStatisticValueKHR> consumer)