enum Gloop::IndexType

Overview

Format of index values in element array buffers.

Defined in:

gloop/index_type.cr

Enum Members

UInt8 = 5121_u32
UInt16 = 5123_u32
UInt32 = 5125_u32

Instance Method Summary

Instance Method Detail

def to_unsafe #

Converts to an OpenGL enum.


[View source]
def u_int16? #

[View source]
def u_int32? #

[View source]
def u_int8? #

[View source]