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