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

///|
#external
pub type Float16BufferAttribute

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

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

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