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