Lines Matching refs:Format
969 /// Format capability flags
972 …VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT = 0x00000001, /// Format can be used fo…
973 …VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT = 0x00000002, /// Format can be used fo…
974 …VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT = 0x00000004, /// Format supports atomi…
975 …VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT = 0x00000008, /// Format can be used fo…
976 …VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT = 0x00000010, /// Format can be used fo…
977 …VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT = 0x00000020, /// Format supports atomi…
978 …VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT = 0x00000040, /// Format can be used fo…
979 …VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT = 0x00000080, /// Format can be used fo…
980 …VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT = 0x00000100, /// Format supports blend…
981 …VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT = 0x00000200, /// Format can be used fo…
982 …VK_FORMAT_FEATURE_BLIT_SRC_BIT = 0x00000400, /// Format can be used as…
983 …VK_FORMAT_FEATURE_BLIT_DST_BIT = 0x00000800, /// Format can be used as…
1559 …VkFormatFeatureFlags linearTilingFeatures /// Format features in case…
1560 …VkFormatFeatureFlags optimalTilingFeatures /// Format features in case…
1561 …VkFormatFeatureFlags bufferFeatures /// Format features support…