Module vulkan_rs::FormatFeature [] [src]

Constants

F_BLIT_DST

Format can be used as the destination image of blits with vkCmdBlitImage

F_BLIT_SRC

Format can be used as the source image of blits with vkCmdBlitImage

F_COLOR_ATTACHMENT

Format can be used for color attachment images

F_COLOR_ATTACHMENT_BLEND

Format supports blending in case it is used for color attachment images

F_DEPTH_STENCIL_ATTACHMENT

Format can be used for depth/stencil attachment images

F_SAMPLED_IMAGE

Format can be used for sampled images (SAMPLED_IMAGE and COMBINED_IMAGE_SAMPLER descriptor types)

F_SAMPLED_IMAGE_FILTER_LINEAR

Format can be filtered with VK_FILTER_LINEAR when being sampled

F_STORAGE_IMAGE

Format can be used for storage images (STORAGE_IMAGE descriptor type)

F_STORAGE_IMAGE_ATOMIC

Format supports atomic operations in case it is used for storage images

F_STORAGE_TEXEL_BUFFER

Format can be used for storage texel buffers (IBOs)

F_STORAGE_TEXEL_BUFFER_ATOMIC

Format supports atomic operations in case it is used for storage texel buffers

F_UNIFORM_TEXEL_BUFFER

Format can be used for uniform texel buffers (TBOs)

F_VERTEX_BUFFER

Format can be used for vertex buffers (VBOs)

Type Definitions

Flags