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