Enum TextureAccess
Represents the access mode for a texture
public enum TextureAccess
Fields
Static = 0Changes are rare, the texture is not lockable
Streaming = 1Changes are frequent, the texture is lockable
Target = 2The texture can be used as a render target