attribute [vk::image_format]¶
Description¶
Specify the storage format of a read-write texture. Can only be used on a texture typed struct field or global parameter. This is an alias of the [format] attribute.
Signature¶
[vk::image_format(format : String)]
Parameters¶
format : String¶
The storage format of the texture.
See also¶
Please refer to _Texture for a complete list of allowed format strings.