Class VkImageViewUsageCreateInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkImageViewUsageCreateInfoKHR

public class VkImageViewUsageCreateInfo extends Struct<VkImageViewUsageCreateInfo> implements NativeResource
Specify the intended usage of an image view.
Description

When this structure is chained to VkImageViewCreateInfo the usage field overrides the implicit usage parameter inherited from image creation time and its value is used instead for the purposes of determining the valid usage conditions of VkImageViewCreateInfo.

Valid Usage (Implicit)

Layout


 struct VkImageViewUsageCreateInfo {
     VkStructureType sType();
     void const * pNext();
     VkImageUsageFlags usage();
 }