Uses of Record Class
club.doki7.vulkan.datatype.VkExternalImageFormatPropertiesNV
Packages that use VkExternalImageFormatPropertiesNV
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkExternalImageFormatPropertiesNV in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkExternalImageFormatPropertiesNVModifier and TypeMethodDescriptionint
VkInstanceCommands.getPhysicalDeviceExternalImageFormatPropertiesNV
(VkPhysicalDevice physicalDevice, int format, int type, int tiling, int usage, int flags, int externalHandleType, VkExternalImageFormatPropertiesNV pExternalImageFormatProperties) -
Uses of VkExternalImageFormatPropertiesNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkExternalImageFormatPropertiesNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkExternalImageFormatPropertiesNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkExternalImageFormatPropertiesNVModifier and TypeMethodDescription@NotNull VkExternalImageFormatPropertiesNV
VkExternalImageFormatPropertiesNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkExternalImageFormatPropertiesNV.clone
(Arena arena, VkExternalImageFormatPropertiesNV src) VkExternalImageFormatPropertiesNV.compatibleHandleTypes
(int value) VkExternalImageFormatPropertiesNV.exportFromImportedHandleTypes
(int value) VkExternalImageFormatPropertiesNV.externalMemoryFeatures
(int value) VkExternalImageFormatPropertiesNV.imageFormatProperties
(@NotNull VkImageFormatProperties value) VkExternalImageFormatPropertiesNV.imageFormatProperties
(Consumer<@NotNull VkImageFormatProperties> consumer) VkExternalImageFormatPropertiesNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkExternalImageFormatPropertiesNVModifier and TypeMethodDescription@NotNull Iterator
<VkExternalImageFormatPropertiesNV> VkExternalImageFormatPropertiesNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkExternalImageFormatPropertiesNVModifier and TypeMethodDescriptionVkExternalImageFormatPropertiesNV.clone
(Arena arena, VkExternalImageFormatPropertiesNV src) void
VkExternalImageFormatPropertiesNV.Ptr.write
(long index, @NotNull VkExternalImageFormatPropertiesNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkExternalImageFormatPropertiesNVModifier and TypeMethodDescriptionVkExternalImageFormatPropertiesNV.Ptr.at
(long index, @NotNull Consumer<@NotNull VkExternalImageFormatPropertiesNV> consumer)