[][src]Macro vulkayes_core::VSendSync

macro_rules! VSendSync {
    (
			$($ts: tt)+
		) => { ... };
}

Does nothing.

This is provided as a single-thread alternative to the VSendSync macro, which adds Send + Sync bounds to types when the multi_thread feature is enabled.