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