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