Show / Hide Table of Contents

Enum TransformFeedbackMode

Used in GL.TransformFeedbackVaryings

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

Fields

Name Description
InterleavedAttribs

Original was GL_INTERLEAVED_ATTRIBS = 0x8C8C

SeparateAttribs

Original was GL_SEPARATE_ATTRIBS = 0x8C8D

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