enum Gloop::Float32AttributeFormat::Type

Overview

Enum indicating a attribute's type.

Defined in:

gloop/float32_attribute_format.cr

Enum Members

Int8 = 5120_u32
UInt8 = 5121_u32
Int16 = 5122_u32
UInt16 = 5123_u32
Int32 = 5124_u32
UInt32 = 5125_u32
Float32 = 5126_u32
Float64 = 5130_u32

Instance Method Summary

Instance Method Detail

def float32? #

[View source]
def float64? #

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