Uses of Record Class
club.doki7.vulkan.datatype.VkExternalMemoryProperties
Packages that use VkExternalMemoryProperties
-
Uses of VkExternalMemoryProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkExternalMemoryPropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkExternalMemoryPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExternalMemoryPropertiesModifier and TypeMethodDescriptionstatic VkExternalMemoryProperties@NotNull VkExternalMemoryPropertiesVkExternalMemoryProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkExternalMemoryPropertiesVkExternalMemoryProperties.clone(Arena arena, VkExternalMemoryProperties src) VkExternalMemoryProperties.compatibleHandleTypes(int value) VkExternalMemoryProperties.exportFromImportedHandleTypes(int value) VkExternalMemoryProperties.externalMemoryFeatures(int value) @NotNull VkExternalMemoryPropertiesVkExternalBufferProperties.externalMemoryProperties()@NotNull VkExternalMemoryPropertiesVkExternalImageFormatProperties.externalMemoryProperties()VkExternalMemoryProperties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkExternalMemoryPropertiesModifier and TypeMethodDescription@NotNull Iterator<VkExternalMemoryProperties> VkExternalMemoryProperties.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkExternalMemoryPropertiesModifier and TypeMethodDescriptionstatic VkExternalMemoryPropertiesVkExternalMemoryProperties.clone(Arena arena, VkExternalMemoryProperties src) VkExternalBufferProperties.externalMemoryProperties(@NotNull VkExternalMemoryProperties value) VkExternalImageFormatProperties.externalMemoryProperties(@NotNull VkExternalMemoryProperties value) voidVkExternalMemoryProperties.Ptr.write(long index, @NotNull VkExternalMemoryProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkExternalMemoryPropertiesModifier and TypeMethodDescriptionVkExternalMemoryProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkExternalMemoryProperties> consumer) VkExternalBufferProperties.externalMemoryProperties(Consumer<@NotNull VkExternalMemoryProperties> consumer) VkExternalImageFormatProperties.externalMemoryProperties(Consumer<@NotNull VkExternalMemoryProperties> consumer)