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