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

///|
#external
pub type Int32BufferAttribute

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

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

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