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