use{super::pad::Padding,bytemuck::Pod};/// Type that can be represented in shader natively.
/// i.e. with matching layout, and can be copied as-is.
////// # Safety
////// Must be implemented only by types that can be represented by shaders natively.
pubunsafetraitShaderNative: Pod {constALIGN_MASK:usize;constARRAY_PADDING_140:usize;constARRAY_PADDING_430:usize;typeArrayPadding140: Padding;typeArrayPadding430: Padding;}