Movatterモバイル変換


[0]ホーム

URL:


Vulkan API Reference Pageslatest

VkImageViewType(3)

Name

VkImageViewType - Image view types

C Specification

The types of image views thatcan be created are:

// Provided by VK_VERSION_1_0typedef enum VkImageViewType {    VK_IMAGE_VIEW_TYPE_1D = 0,    VK_IMAGE_VIEW_TYPE_2D = 1,    VK_IMAGE_VIEW_TYPE_3D = 2,    VK_IMAGE_VIEW_TYPE_CUBE = 3,    VK_IMAGE_VIEW_TYPE_1D_ARRAY = 4,    VK_IMAGE_VIEW_TYPE_2D_ARRAY = 5,    VK_IMAGE_VIEW_TYPE_CUBE_ARRAY = 6,} VkImageViewType;

See Also

Document Notes

For more information, see theVulkan Specification.

This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.


[8]ページ先頭

©2009-2026 Movatter.jp