// Generated by scripts/generate.mjs from bindings/api.mjs. Do not edit.
///|
#external
pub type Int8BufferAttribute
///|
#module("@mizchi/three-mbt/constructors")
pub extern "js" fn Int8BufferAttribute::Int8BufferAttribute(
values : FixedArray[Int],
item_size : Int,
normalized : Bool,
) -> Int8BufferAttribute = "typedInt8BufferAttribute"
///|
pub fn Int8BufferAttribute::as_buffer_attribute(
self : Int8BufferAttribute,
) -> BufferAttribute = "%identity"
///|
pub fn Int8BufferAttribute::as_packed_buffer_attribute(
self : Int8BufferAttribute,
) -> PackedBufferAttribute = "%identity"