Module Stencil.Operation

Stencil operations.

type t = Jstr.t

The type for GPUStencilOperation values.

val keep : t
val zero : t
val replace : t
val invert : t
val increment_clamp : t
val decrement_clamp : t
val increment_wrap : t
val decrement_wrap : t