//! Compute command trait and related types.
//!
//! This module defines the `ComputeCommand` trait that marks structs as compute operations
//! that can be processed by the GPU compute pipeline system.
use crate::;
/// Trait for GPU compute operations that can be dispatched through the unified command system.