GlPopAttrib: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
(Created page with "{{DISPLAYTITLE:_glPopAttrib}} The '''_glPushAttrib''' and '''_glPopAttrib''' statements push and pop the attribute stack. {{PageSyntax}} : '''_glPopAttrib''' {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another time. * The full description for this command can be found at [https://docs.microsoft.com/en-us/windows/win32/opengl/glpopattrib Microsoft Docs] and is also valid for QB64 usage. {{PageSeeAlso...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
{{PageSyntax}} | {{PageSyntax}} | ||
: | : [[_glPopAttrib]] | ||
{{PageDescription}} | {{PageDescription}} | ||
* OpenGL's documentation is available in several places, so we won't reproduce it here for another time. | * OpenGL's documentation is available in several places, so we won't reproduce it here for another time. | ||
* The full description for this command can be found at [https:// | * The full description for this command can be found at [https://learn.microsoft.com/en-us/windows/win32/opengl/glpopattrib Microsoft Docs] and is also valid for QB64 usage. | ||
{{PageSeeAlso}} | {{PageSeeAlso}} | ||
* [[_GL|SUB _GL]] | * [[_GL|SUB _GL]] | ||
* [[_glBegin]], [[_glEnd]], [https:// | * [[_glBegin]], [[_glEnd]], [https://learn.microsoft.com/en-us/windows/win32/opengl/glgetbooleanv--glgetdoublev--glgetfloatv--glgetintegerv _glGet], [[_glGetClipPlane]] | ||
* [[_glGetError]], [https:// | * [[_glGetError]], [https://learn.microsoft.com/en-us/windows/win32/opengl/glgetlight _glGetLight], [https://learn.microsoft.com/en-us/windows/win32/opengl/glgetmap _glGetMap], [https://learn.microsoft.com/en-us/windows/win32/opengl/glgetmaterial _glGetMaterial] | ||
* [https:// | * [https://learn.microsoft.com/en-us/windows/win32/opengl/glgetpixelmap _glGetPixelMap], [[_glGetPolygonStipple]], [[_glGetString]], [https://learn.microsoft.com/en-us/windows/win32/opengl/glgettexenv _glGetTexEnv] | ||
* [https:// | * [https://learn.microsoft.com/en-us/windows/win32/opengl/glgettexgen _glGetTexGen], [[_glGetTexImage]], [https://learn.microsoft.com/en-us/windows/win32/opengl/glgettexlevelparameter _glGetTexLevelParameter], [https://learn.microsoft.com/en-us/windows/win32/opengl/glgettexparameter _glGetTexParameter] | ||
* [[_glIsEnabled]] | * [[_glIsEnabled]] | ||
{{PageNavigation}} | {{PageNavigation}} | ||
Latest revision as of 01:24, 28 January 2023
The _glPushAttrib and _glPopAttrib statements push and pop the attribute stack.
Syntax
Description
- OpenGL's documentation is available in several places, so we won't reproduce it here for another time.
- The full description for this command can be found at Microsoft Docs and is also valid for QB64 usage.
See also
- SUB _GL
- _glBegin, _glEnd, _glGet, _glGetClipPlane
- _glGetError, _glGetLight, _glGetMap, _glGetMaterial
- _glGetPixelMap, _glGetPolygonStipple, _glGetString, _glGetTexEnv
- _glGetTexGen, _glGetTexImage, _glGetTexLevelParameter, _glGetTexParameter
- _glIsEnabled