Show / Hide Table of Contents

Enum ColorMaterialParameter

Not used directly.

Namespace: OpenTK.Graphics.ES31
Assembly: cs.temp.dll.dll
Syntax
public enum ColorMaterialParameter

Fields

Name Description
Ambient

Original was GL_AMBIENT = 0x1200

AmbientAndDiffuse

Original was GL_AMBIENT_AND_DIFFUSE = 0x1602

Diffuse

Original was GL_DIFFUSE = 0x1201

Emission

Original was GL_EMISSION = 0x1600

Specular

Original was GL_SPECULAR = 0x1202

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