Movatterモバイル変換


[0]ホーム

URL:


Vulkan API Reference Pageslatest

VkImageView(3)

Name

VkImageView - Opaque handle to an image view object

C Specification

Image objects are not directly accessed by pipeline shaders for reading orwriting image data.Instead,image views representing contiguous ranges of the imagesubresources and containing additional metadata are used for that purpose.Viewsmust be created on images of compatible types, andmust represent avalid subset of image subresources.

Image views are represented byVkImageView handles:

// Provided by VK_VERSION_1_0VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkImageView)

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