GlPopAttrib: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
(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'''
: [[_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://docs.microsoft.com/en-us/windows/win32/opengl/glpopattrib Microsoft Docs] and is also valid for QB64 usage.
* 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://docs.microsoft.com/en-us/windows/win32/opengl/glgetbooleanv--glgetdoublev--glgetfloatv--glgetintegerv _glGet], [[_glGetClipPlane]]
* [[_glBegin]], [[_glEnd]], [https://learn.microsoft.com/en-us/windows/win32/opengl/glgetbooleanv--glgetdoublev--glgetfloatv--glgetintegerv _glGet], [[_glGetClipPlane]]
* [[_glGetError]], [https://docs.microsoft.com/en-us/windows/win32/opengl/glgetlight _glGetLight], [https://docs.microsoft.com/en-us/windows/win32/opengl/glgetmap _glGetMap], [https://docs.microsoft.com/en-us/windows/win32/opengl/glgetmaterial _glGetMaterial]
* [[_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://docs.microsoft.com/en-us/windows/win32/opengl/glgetpixelmap _glGetPixelMap], [[_glGetPolygonStipple]], [[_glGetString]], [https://docs.microsoft.com/en-us/windows/win32/opengl/glgettexenv _glGetTexEnv]
* [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://docs.microsoft.com/en-us/windows/win32/opengl/glgettexgen _glGetTexGen], [[_glGetTexImage]], [https://docs.microsoft.com/en-us/windows/win32/opengl/glgettexlevelparameter _glGetTexLevelParameter], [https://docs.microsoft.com/en-us/windows/win32/opengl/glgettexparameter _glGetTexParameter]
* [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}}
[[Category:Final]]

Latest revision as of 01:24, 28 January 2023

The _glPushAttrib and _glPopAttrib statements push and pop the attribute stack.


Syntax

_glPopAttrib


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



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link