SDL 2.0
VULKAN_HPP_NAMESPACE::FlagTraits< ImageUsageFlagBits > Struct Reference

#include <vulkan.hpp>

Public Types

enum  { allFlags = VkFlags(ImageUsageFlagBits::eTransferSrc) | VkFlags(ImageUsageFlagBits::eTransferDst) | VkFlags(ImageUsageFlagBits::eSampled) | VkFlags(ImageUsageFlagBits::eStorage) | VkFlags(ImageUsageFlagBits::eColorAttachment) | VkFlags(ImageUsageFlagBits::eDepthStencilAttachment) | VkFlags(ImageUsageFlagBits::eTransientAttachment) | VkFlags(ImageUsageFlagBits::eInputAttachment) | VkFlags(ImageUsageFlagBits::eShadingRateImageNV) }
 

Detailed Description

Definition at line 23378 of file vulkan.hpp.

Member Enumeration Documentation

◆ anonymous enum


The documentation for this struct was generated from the following file: