Java org.lwjgl.opengl ARBDrawBuffers fields, constructors, methods, implement or subclass

Example usage for Java org.lwjgl.opengl ARBDrawBuffers fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.lwjgl.opengl ARBDrawBuffers.

The text is from its open source code.

Field

intGL_MAX_DRAW_BUFFERS_ARB
Accepted by the pname parameters of GetIntegerv, GetFloatv, and GetDoublev.

Method

voidglDrawBuffersARB(@NativeType("GLenum const *") IntBuffer bufs)
Defines the draw buffers to which all output colors are written.
voidglDrawBuffersARB(@NativeType("GLenum const *") int[] bufs)
Array version of: #glDrawBuffersARB DrawBuffersARB