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