opengl

package
v0.0.0-...-72e5dbc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2017 License: LGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PointerFromQGL

func PointerFromQGL(ptr QGL_ITF) unsafe.Pointer

Types

type QGL

type QGL struct {
	// contains filtered or unexported fields
}

func NewQGLFromPointer

func NewQGLFromPointer(ptr unsafe.Pointer) *QGL

func (*QGL) DestroyQGL

func (ptr *QGL) DestroyQGL()

func (*QGL) Pointer

func (ptr *QGL) Pointer() unsafe.Pointer

func (*QGL) QGL_PTR

func (ptr *QGL) QGL_PTR() *QGL

func (*QGL) SetPointer

func (ptr *QGL) SetPointer(p unsafe.Pointer)

type QGL_ITF

type QGL_ITF interface {
	QGL_PTR() *QGL
}

type QGL__FormatOption

type QGL__FormatOption int64

QGL::FormatOption

var (
	QGL__DoubleBuffer          QGL__FormatOption = QGL__FormatOption(0x0001)
	QGL__DepthBuffer           QGL__FormatOption = QGL__FormatOption(0x0002)
	QGL__Rgba                  QGL__FormatOption = QGL__FormatOption(0x0004)
	QGL__AlphaChannel          QGL__FormatOption = QGL__FormatOption(0x0008)
	QGL__AccumBuffer           QGL__FormatOption = QGL__FormatOption(0x0010)
	QGL__StencilBuffer         QGL__FormatOption = QGL__FormatOption(0x0020)
	QGL__StereoBuffers         QGL__FormatOption = QGL__FormatOption(0x0040)
	QGL__DirectRendering       QGL__FormatOption = QGL__FormatOption(0x0080)
	QGL__HasOverlay            QGL__FormatOption = QGL__FormatOption(0x0100)
	QGL__SampleBuffers         QGL__FormatOption = QGL__FormatOption(0x0200)
	QGL__DeprecatedFunctions   QGL__FormatOption = QGL__FormatOption(0x0400)
	QGL__SingleBuffer          QGL__FormatOption = QGL__FormatOption(C.QGL_SingleBuffer_Type())
	QGL__NoDepthBuffer         QGL__FormatOption = QGL__FormatOption(C.QGL_NoDepthBuffer_Type())
	QGL__ColorIndex            QGL__FormatOption = QGL__FormatOption(C.QGL_ColorIndex_Type())
	QGL__NoAlphaChannel        QGL__FormatOption = QGL__FormatOption(C.QGL_NoAlphaChannel_Type())
	QGL__NoAccumBuffer         QGL__FormatOption = QGL__FormatOption(C.QGL_NoAccumBuffer_Type())
	QGL__NoStencilBuffer       QGL__FormatOption = QGL__FormatOption(C.QGL_NoStencilBuffer_Type())
	QGL__NoStereoBuffers       QGL__FormatOption = QGL__FormatOption(C.QGL_NoStereoBuffers_Type())
	QGL__IndirectRendering     QGL__FormatOption = QGL__FormatOption(C.QGL_IndirectRendering_Type())
	QGL__NoOverlay             QGL__FormatOption = QGL__FormatOption(C.QGL_NoOverlay_Type())
	QGL__NoSampleBuffers       QGL__FormatOption = QGL__FormatOption(C.QGL_NoSampleBuffers_Type())
	QGL__NoDeprecatedFunctions QGL__FormatOption = QGL__FormatOption(C.QGL_NoDeprecatedFunctions_Type())
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL