Documentation Archive Developer
Search

OpenGLES Changes for Swift

OpenGLES

Modified glAlphaFunc(_: GLenum, _: GLclampf)
Declaration
From
func glAlphaFunc(_ `func`: GLenum, _ ref: GLclampf)
To
func glAlphaFunc(_ func: GLenum, _ ref: GLclampf)

Declaration
From
func glAlphaFuncx(_ `func`: GLenum, _ ref: GLclampx)
To
func glAlphaFuncx(_ func: GLenum, _ ref: GLclampx)

Declaration
From
func glDepthFunc(_ `func`: GLenum)
To
func glDepthFunc(_ func: GLenum)

Declaration
From
func glStencilFunc(_ `func`: GLenum, _ ref: GLint, _ mask: GLuint)
To
func glStencilFunc(_ func: GLenum, _ ref: GLint, _ mask: GLuint)

Declaration
From
func glStencilFuncSeparate(_ face: GLenum, _ `func`: GLenum, _ ref: GLint, _ mask: GLuint)
To
func glStencilFuncSeparate(_ face: GLenum, _ func: GLenum, _ ref: GLint, _ mask: GLuint)