Record TLineStipple

Unit

Declaration

type TLineStipple = record

Description

This item has no description.

Source: base_rendering/castleglutils_draw_primitive_2d.inc (line 36).

Overview

Fields

Public Factor: Integer;
Public Pattern: Word;

Description

Fields

Public Factor: Integer;

Makes pattern scaled to be longer. See glLineStipple parameter.

Source: base_rendering/castleglutils_draw_primitive_2d.inc (line 39).

Public Pattern: Word;

The line pattern, each bit in 16-bit integer says if the line is visible. See glLineStipple parameter.

Source: base_rendering/castleglutils_draw_primitive_2d.inc (line 43).


Generated by PasDoc 0.17.0.snapshot.