Cargo Features
[dependencies]
rafx-resources = { version = "0.0.2", default-features = false, features = ["rafx-vulkan", "rafx-metal", "static-vulkan", "profile-with-puffin", "profile-with-optick", "profile-with-superluminal", "profile-with-tracing"] }
- default = rafx-vulkan
-
The
rafx-vulkan
feature is set by default wheneverrafx-resources
is added without
somewhere in the dependency tree.default-features = false - rafx-vulkan default
- rafx-metal
- static-vulkan
-
Enables static-vulkan of rafx-api ^0.0.2
- profile-with-puffin
-
Enables profile-with-puffin of profiling ^0.1.4
- profile-with-optick
-
Enables profile-with-optick of profiling ^0.1.4
- profile-with-superluminal
-
Enables profile-with-superluminal of profiling ^0.1.4
- profile-with-tracing
-
Enables profile-with-tracing of profiling ^0.1.4
rafx-resources has 8 features without comments.