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