Package icyllis.arc3d.vulkan
package icyllis.arc3d.vulkan
Vulkan.
-
ClassDescriptionDeprecated.Provides user-defined Vulkan utilities.Holds Vulkan memory allocation information.The
VulkanBackendContext
contains all the base Vulkan objects needed by theVulkanDevice
.When importing external memory,VulkanBackendImage.mMemoryHandle
is POSIX file descriptor or Win32 NT handle (thoughHANDLE
is defined asvoid*
, we can safely truncate it because Win32 handles are 32-bit significant).VkCommandPool is created with a single primary command buffer and (optional) a set of secondary command buffers.Represents Vulkan images, can be used as textures or attachments.Descriptor to create Vulkan images.Represents Vulkan image views, managed byVulkanImage
.