We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you're encountering performance problems, here's a checklist:
Are you building with --release? (Don't laugh!) Development profile builds trade overhead for diagnostic ability:
--release
InstanceFlags::DEBUG is set by default in development builds, which enables platform-level validation, like the Vulkan validation layers.
InstanceFlags::DEBUG
The Rust compiler doesn't optimize the generated machine code.
Development builds have more assertions enabled.
Please add more checklist items, based on your experience.