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

///|
#external
pub type Float32BufferAttribute

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

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

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