TextureUsage

Different ways that you can use a texture.

The usages determine what kind of memory the texture is allocated from and what actions the texture can partake in.

These can be combined in a bitwise combination.

Values

ValueMeaning
copySrc1
copyDst2
sampled4
storage8
outputAttachment16

See Also

Meta