struct Gloop::Float64AttributeFormat

Overview

Descriptor of a double-precision floating-point vertex attribute.

Defined in:

gloop/float64_attribute_format.cr

Instance Method Summary

Instance methods inherited from struct Gloop::AttributeFormat

relative_offset : UInt32 relative_offset, size : Int32 size

Constructor methods inherited from struct Gloop::AttributeFormat

new(size : Int32, relative_offset : UInt32) new

Instance Method Detail

def type : Type #

Type of data contained in the attribute.


[View source]