Show / Hide Table of Contents

Enum TransformFeedbackMode

Used in GL.TransformFeedbackVaryings

Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum TransformFeedbackMode

Fields

Name Description
InterleavedAttribs

Original was GL_INTERLEAVED_ATTRIBS = 0x8C8C

SeparateAttribs

Original was GL_SEPARATE_ATTRIBS = 0x8C8D

In This Article
Back to top Generated by DocFX