Gpu.Multisample_state
Multisample states.
type t
The type for GPUMultisample objects.
GPUMultisample
val v : ?count:int -> ?mask:int -> ?alpha_to_coverage_enabled:bool -> unit -> t
v constructs a GPUMultisample object with given parameters.
v