Cargo Features

sardonyx_rendy has no features set by default.

[dependencies]
sardonyx_rendy = { version = "0.0.3", features = ["metal", "vulkan", "empty", "profiler", "nightly", "no-slow-safety-checks", "shader-compiler", "experimental-spirv-reflection", "window", "test-support"] }
metal

Enables metal of rendy ^0.3.2

vulkan

Enables vulkan of rendy ^0.3.2

empty

Enables empty of rendy ^0.3.2

rendy:

Common core features

profiler

Enables profiler of rendy ^0.3.2, thread_profiler of thread_profiler

nightly

Enables nightly of sardonyx_core

no-slow-safety-checks

Enables no-slow-safety-checks of rendy ^0.3.2

shader-compiler

Enables shader-compiler of rendy ^0.3.2

experimental-spirv-reflection

Enables spirv-reflection of rendy ^0.3.2

window = sardonyx_window

Enables wsi-winit of rendy ^0.3.2

test-support

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

sardonyx_window window?
thread_profiler profiler?

Enables thread_profiler

thread_profiler:

Required for testing using the profile_scope!() macro