Macro ark_module::render::impl_render_module
source · macro_rules! impl_render_module { ($module: ty) => { ... }; }
Expand description
Implement a render module.
This enables profiling support by default: make sure to import the Profiler API by including
ark::require_profiler_api!(); somewhere in your code.