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 recordRepresents a pointer to / an array ofVkImportMetalTextureInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImportMetalTextureInfoEXTModifier and TypeMethodDescriptionstatic VkImportMetalTextureInfoEXT@NotNull VkImportMetalTextureInfoEXTVkImportMetalTextureInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkImportMetalTextureInfoEXTVkImportMetalTextureInfoEXT.clone(Arena arena, VkImportMetalTextureInfoEXT src) VkImportMetalTextureInfoEXT.mtlTexture(@Nullable IPointer pointer) VkImportMetalTextureInfoEXT.mtlTexture(@NotNull MemorySegment value) VkImportMetalTextureInfoEXT.plane(int value) VkImportMetalTextureInfoEXT.pNext(@NotNull MemorySegment 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 VkImportMetalTextureInfoEXTVkImportMetalTextureInfoEXT.clone(Arena arena, VkImportMetalTextureInfoEXT src) voidVkImportMetalTextureInfoEXT.Ptr.write(long index, @NotNull VkImportMetalTextureInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImportMetalTextureInfoEXTModifier and TypeMethodDescriptionVkImportMetalTextureInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkImportMetalTextureInfoEXT> consumer)