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 record
Represents a pointer to / an array ofVkExternalMemoryProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExternalMemoryPropertiesModifier and TypeMethodDescriptionstatic VkExternalMemoryProperties
@NotNull VkExternalMemoryProperties
VkExternalMemoryProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkExternalMemoryProperties
VkExternalMemoryProperties.clone
(Arena arena, VkExternalMemoryProperties src) VkExternalMemoryProperties.compatibleHandleTypes
(int value) VkExternalMemoryProperties.exportFromImportedHandleTypes
(int value) VkExternalMemoryProperties.externalMemoryFeatures
(int value) @NotNull VkExternalMemoryProperties
VkExternalBufferProperties.externalMemoryProperties()
@NotNull VkExternalMemoryProperties
VkExternalImageFormatProperties.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 VkExternalMemoryProperties
VkExternalMemoryProperties.clone
(Arena arena, VkExternalMemoryProperties src) VkExternalBufferProperties.externalMemoryProperties
(@NotNull VkExternalMemoryProperties value) VkExternalImageFormatProperties.externalMemoryProperties
(@NotNull VkExternalMemoryProperties value) void
VkExternalMemoryProperties.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)