diff --git a/spirv_msl.hpp b/spirv_msl.hpp index e9366058..075d6573 100644 --- a/spirv_msl.hpp +++ b/spirv_msl.hpp @@ -117,6 +117,7 @@ public: // This legacy method is deprecated. typedef Options MSLConfiguration; + SPIRV_CROSS_DEPRECATED("Please use get_options() and set_options() instead.") std::string compile(MSLConfiguration &msl_cfg, std::vector *p_vtx_attrs = nullptr, std::vector *p_res_bindings = nullptr);