enum Gloop::Float32AttributePointer::Type
Overview
Enum indicating a attribute's type.
Defined in:
gloop/float32_attribute_pointer.crEnum 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
- #float32?
- #float64?
- #int16?
- #int32?
- #int8?
-
#to_unsafe
Converts to an OpenGL enum.
- #u_int16?
- #u_int32?
- #u_int8?