ngfx::VKImageViewCreateInfo
Inherits from VkImageViewCreateInfo
Public Functions
Name | |
---|---|
VKImageViewCreateInfo() | |
VKImageViewCreateInfo(VkImage image, VkImageViewType imageViewType =VK_IMAGE_VIEW_TYPE_2D, VkFormat colorFormat =VK_FORMAT_R8G8B8A8_UNORM, VkImageAspectFlags aspectMask =VK_IMAGE_ASPECT_COLOR_BIT, uint32_t mipLevels =1, uint32_t arrayLayers =1, uint32_t baseMipLevel =0, uint32_t baseArrayLayer =0) |
Public Functions Documentation
function VKImageViewCreateInfo
inline VKImageViewCreateInfo()
function VKImageViewCreateInfo
inline VKImageViewCreateInfo(
VkImage image,
VkImageViewType imageViewType =VK_IMAGE_VIEW_TYPE_2D,
VkFormat colorFormat =VK_FORMAT_R8G8B8A8_UNORM,
VkImageAspectFlags aspectMask =VK_IMAGE_ASPECT_COLOR_BIT,
uint32_t mipLevels =1,
uint32_t arrayLayers =1,
uint32_t baseMipLevel =0,
uint32_t baseArrayLayer =0
)
Updated on 3 April 2021 at 20:21:51 PDT