struct Gloop::Float64AttributePointer

Overview

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

Defined in:

gloop/float64_attribute_pointer.cr

Instance Method Summary

Instance methods inherited from struct Gloop::AttributePointer

address : Size address, size : Int32 size, stride : Int32 stride

Constructor methods inherited from struct Gloop::AttributePointer

new(size : Int32, stride : Int32 = 0, address : Size = 0) new

Instance Method Detail

def type : Type #

Type of data contained in the attribute.


[View source]