Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Wall.Typesettertype 'input t = {allocate : sx:float -> sy:float -> 'input -> (unit -> unit) option;render : Transform.t -> 'input -> quadbuf -> push:(unit -> unit) -> Texture.t;}val make :
allocate:(sx:float -> sy:float -> 'input -> (unit -> unit) option) ->
render:(Transform.t -> 'input -> quadbuf -> push:(unit -> unit) -> Texture.t) ->
'input t