TEXTURE_USAGE_NONE

const val TEXTURE_USAGE_NONE: Long = 0

No special texture usage flag.

This is the default flag indicating that the texture buffer has no special usage requirements and can be used in any context without hardware protection constraints. Textures created with this flag can be freely accessed by standard rendering pipelines.

See also

Default usage when no flag is specified.