Constructor

@:value({ samplesPerPixel : 1, stencilBufferBits : 8, depthBufferBits : 16, colorBufferBits : 32, verticalSync : true, frequency : 60 })new(frequency:Int = 60, verticalSync:Bool = true, colorBufferBits:Int = 32, depthBufferBits:Int = 16, stencilBufferBits:Int = 8, samplesPerPixel:Int = 1)

Variables

@:value(32)@:optionaloptionalcolorBufferBits:Int = 32

@:value(16)@:optionaloptionaldepthBufferBits:Int = 16

@:value(60)@:optionaloptionalfrequency:Int = 60

@:value(1)@:optionaloptionalsamplesPerPixel:Int = 1

@:value(8)@:optionaloptionalstencilBufferBits:Int = 8

@:value(true)@:optionaloptionalverticalSync:Bool = true