Module Stencil.Face_state

Stencil face states.

type t

The type for GPUStencilFaceState objects.

val v : ?compare:Compare_function.t -> ?fail_op:Operation.t -> ?depth_fail_op:Operation.t -> ?pass_op:Operation.t -> unit -> t

v constructs a GPUStencilFaceState with given parameters.