use include_dir;
use SlangCompiler;
/// GPU-accelerated rigid body dynamics simulation.
///
/// This module provides structures and methods for managing physics bodies
/// on the GPU, including body state, integration, and coupling with colliders.
/// GPU-compatible shape representations.
///
/// This module defines shape types and utilities for converting Rapier/Parry shapes
/// to GPU-friendly formats with vertex buffers.