package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Stencil.Face_stateSource

Stencil face states.

Sourcetype t

The type for GPUStencilFaceState objects.

Sourceval 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.