Browse Source

Fixed OSX build.

Бранимир Караџић 5 years ago
parent
commit
51eab7f200
1 changed files with 1 additions and 1 deletions
  1. 1 1
      3rdparty/spirv-cross/spirv_msl.hpp

+ 1 - 1
3rdparty/spirv-cross/spirv_msl.hpp

@@ -43,7 +43,7 @@ enum MSLShaderInputFormat
 
 	MSL_SHADER_INPUT_FORMAT_INT_MAX = 0x7fffffff
 };
-typedef SPIRV_CROSS_DEPRECATED("Use MSLShaderInputFormat.") MSLShaderInputFormat MSLVertexFormat;
+//typedef SPIRV_CROSS_DEPRECATED("Use MSLShaderInputFormat.") MSLShaderInputFormat MSLVertexFormat;
 
 // Defines MSL characteristics of a vertex attribute at a particular location.
 // After compilation, it is possible to query whether or not this location was used.