package brr

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

Module Primitive.StateSource

Primitive state.

Sourcetype t

The type for GPUPrimitiveState objects.

Sourceval v : ?topology:Topology.t -> ?strip_index_format:Index_format.t -> ?front_face:Front_face.t -> ?cull_mode:Cull_mode.t -> ?unclipped_depth:bool -> unit -> t

v constructs a GPUPrimitiveState object with given parameters.