Show / Hide Table of Contents

Enum AccumOp

Not used directly.

Namespace: OpenTK.Graphics.ES30
Assembly: cs.temp.dll.dll
Syntax
public enum AccumOp

Fields

Name Description
Accum

Original was GL_ACCUM = 0x0100

Add

Original was GL_ADD = 0x0104

Load

Original was GL_LOAD = 0x0101

Mult

Original was GL_MULT = 0x0103

Return

Original was GL_RETURN = 0x0102

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX