--- layout: stdlib-reference --- # 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](../types/string-0/index.html) The storage format of the texture. ## See also Please refer to _Texture for a complete list of allowed format strings.