package pbrt

  1. Overview
  2. Docs

Module Pbrt.BitfieldSource

Bitfield used for presence

Sourcetype t = private int
Sourceval max_bits : int
Sourceval empty : t
Sourceval get : t -> int -> bool
Sourceval set : t -> int -> t
Sourceval pp : Format.formatter -> t -> unit