gl4compute-attributes ( -- value )


Vocabulary
opengl.demos.compute

Inputs
None

Outputs
valuean object


Definition


CONSTANT: gl4compute-attributes
T{ game-attributes
{ world-class gl4compute-world }
{ grab-input? t }
{ title "gl4 compute demo" }
{ pixel-format-attributes
{
windowed
double-buffered
T{ depth-bits { value 24 } }
}
}
{ pref-dim { 1280 720 } }
{ tick-interval-nanos 16666666 }
{ use-game-input? t }
} inline