Function Texture.access

Gets the texture's access value Acces value determines how the texture can be accessed or modified Potential values are:

int access() @property;

SDL TEXTUREACCESS STATIC

texture changes rarely, and is not lockable

SDL TEXTUREACCESS STREAMING

texture changes frequently, and is lockable

SDL TEXTUREACCESS TARGET

texturecan be used as a render target