_glAccum

From QB64 Phoenix Edition Wiki
Revision as of 20:36, 10 July 2022 by RhoSigma (talk | contribs) (Created page with "{{DISPLAYTITLE:_glAccum}} The _glAccum statement operates on the accumulation buffer. {{PageSyntax}} ;QB64 definition :SUB _glAccum (BYVAL op AS _UNSIGNED LONG, BYVAL value AS SINGLE) ;C/C++ definition & description :See [https://docs.microsoft.com/en-us/windows/win32/opengl/glaccum Microsoft docs] {{PageSeeAlso}} SUB _GL")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _glAccum statement operates on the accumulation buffer.


Syntax

QB64 definition
SUB _glAccum (BYVAL op AS _UNSIGNED LONG, BYVAL value AS SINGLE)
C/C++ definition & description
See Microsoft docs


See also

SUB _GL