GLWindow(Int32, Int32, Boolean) Konstruktor

Standardkonstruktor für den Fenstermodus

Definition

Namensraum: KWEngine3
Assembly: KWEngine3 (in KWEngine3.dll) Version: 3.0.0.0
C#
public GLWindow(
	int width,
	int height,
	bool vSync = true
)

Parameter

width  Int32
Breite des Fensterinhalts in Pixeln
height  Int32
Höhe des Fenterinhalts in Pixeln
vSync  Boolean  (Optional)
Begrenzung der FPS an die Bildwiederholrate des Monitors?

Siehe auch