struct Boleite::VertexAttribute
- Boleite::VertexAttribute
- Struct
- Value
- Object
Defined in:
boleite/graphics/vertex_buffer.crConstructors
- .new(buffer : Int32, size : Int32, type : Symbol, stride : UInt32, offset : UInt32, frequency : UInt32)
- .new(buffer : Int32, size : Int32, type : Boleite::VertexAttribute::Type, stride : UInt32, offset : UInt32, frequency : UInt32)
- .new
Instance Method Summary
- #buffer : Int32
- #buffer=(buffer : Int32)
- #frequency : UInt32
- #frequency=(frequency : UInt32)
- #offset : UInt32
- #offset=(offset : UInt32)
- #size : Int32
- #size=(size : Int32)
- #stride : UInt32
- #stride=(stride : UInt32)
- #type : Boleite::VertexAttribute::Type
- #type=(type : Boleite::VertexAttribute::Type)
- #type_size : UInt32
Constructor Detail
def self.new(buffer : Int32, size : Int32, type : Symbol, stride : UInt32, offset : UInt32, frequency : UInt32)
#
def self.new(buffer : Int32, size : Int32, type : Boleite::VertexAttribute::Type, stride : UInt32, offset : UInt32, frequency : UInt32)
#