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