GlPopAttrib: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
m (Protected "GlPopAttrib" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
Line 9: Line 9:
{{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]]



Revision as of 20:54, 17 September 2022

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