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