Module Sdl.TextureAccess

module TextureAccess: sig .. end

type t = SdltextureAccess.t = 
| Static
| Streaming
| Target
val to_string : t -> string
val of_string : string -> t