Module Gpu.Multisample_state

Multisample states.

type t

The type for GPUMultisample objects.

val v : ?count:int -> ?mask:int -> ?alpha_to_coverage_enabled:bool -> unit -> t

v constructs a GPUMultisample object with given parameters.