enum Eagle::GPU::AttribType

Overview

Data type of a vertex attribute.

Defined in:

eagle/gpu/device.cr

Enum Members

Float32 = 0
UInt8Normalized = 1

Instance Method Summary

Instance Method Detail

def float32? #

Returns true if this enum value equals Float32


def u_int8_normalized? #

Returns true if this enum value equals UInt8Normalized