enum Gloop::IntAttributePointer::Type

Overview

Enum indicating a attribute's type.

Defined in:

gloop/int_attribute_pointer.cr

Enum Members

Int8 = 5120_u32
UInt8 = 5121_u32
Int16 = 5122_u32
UInt16 = 5123_u32
Int32 = 5124_u32
UInt32 = 5125_u32

Instance Method Summary

Instance Method Detail

def int16? #

[View source]
def int32? #

[View source]
def int8? #

[View source]
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]