_glAlphaFunc

From QB64 Phoenix Edition Wiki
Revision as of 21:15, 12 July 2022 by RhoSigma (talk | contribs) (Created page with "{{DISPLAYTITLE:_glAlphaFunc}} The '''_glAlphaFunc''' statement enables your application to set the alpha test function. {{PageSyntax}} : SUB '''_glAlphaFunc''' (func AS _UNSIGNED LONG, ref AS SINGLE) {{PageParameters}} * OpenGL has many predefined attributes and values, which are used with its command parameters. These are detailed in the respective description. {{PageDescription}} * The syntax above shall just clarify the type of the comman...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The _glAlphaFunc statement enables your application to set the alpha test function.


Syntax

SUB _glAlphaFunc (func AS _UNSIGNED LONG, ref AS SINGLE)


Parameters

  • OpenGL has many predefined attributes and values, which are used with its command parameters. These are detailed in the respective description.


Description

  • The syntax above shall just clarify the type of the command (SUB or FUNCTION) and the correct QB64 Variable Types to use for the respective parameters.
  • The full description can be found at Microsoft Docs and is also valid for QB64.


See also



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