Module SdltextureAccess

module SdltextureAccess: sig .. end

Texture access kind


type t = 
| Static
| Streaming
| Target

api doc

val to_string : t -> string
val of_string : string -> t