Cargo Features

amethyst_rendy has no features set by default.

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

Enables metal of rendy ^0.4.1

vulkan

Enables vulkan of rendy ^0.4.1

vulkan-x11

Enables vulkan-x11 of rendy ^0.4.1

empty

Enables empty of rendy ^0.4.1

rendy:

Common core features

profiler

Enables profiler of rendy ^0.4.1, thread_profiler of thread_profiler

no-slow-safety-checks

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

shader-compiler

Enables shader-compiler of rendy ^0.4.1

experimental-spirv-reflection

Enables spirv-reflection of rendy ^0.4.1

window = amethyst_window

Enables wsi-winit of rendy ^0.4.1

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.

amethyst_window window?
thread_profiler profiler?

Enables thread_profiler

thread_profiler:

Required for testing using the profile_scope!() macro