// Generated by scripts/generate.mjs from bindings/api.mjs. Do not edit.

///|
#external
pub type Uint16BufferAttribute

///|
#module("@mizchi/three-mbt/constructors")
pub extern "js" fn Uint16BufferAttribute::Uint16BufferAttribute(
  values : FixedArray[UInt],
  item_size : Int,
  normalized : Bool,
) -> Uint16BufferAttribute = "typedUint16BufferAttribute"

///|
pub fn Uint16BufferAttribute::as_buffer_attribute(
  self : Uint16BufferAttribute,
) -> BufferAttribute = "%identity"

///|
pub fn Uint16BufferAttribute::as_packed_buffer_attribute(
  self : Uint16BufferAttribute,
) -> PackedBufferAttribute = "%identity"