From 619e4b59ac70f0274d1c27dbed32b94637f44383 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 8 Nov 2024 12:41:53 +0900 Subject: [PATCH] docs: update spirv_msl.hpp (#1205) auxillary -> auxiliary --- include/vulkan/spirv_cross/spirv_msl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vulkan/spirv_cross/spirv_msl.hpp b/include/vulkan/spirv_cross/spirv_msl.hpp index 2bc17b122..03c6b756d 100644 --- a/include/vulkan/spirv_cross/spirv_msl.hpp +++ b/include/vulkan/spirv_cross/spirv_msl.hpp @@ -682,7 +682,7 @@ public: // Same as get_automatic_msl_resource_binding, but should only be used for combined image samplers, in which case the // sampler's binding is returned instead. For any other resource type, -1 is returned. - // Secondary bindings are also used for the auxillary image atomic buffer. + // Secondary bindings are also used for the auxiliary image atomic buffer. uint32_t get_automatic_msl_resource_binding_secondary(uint32_t id) const; // Same as get_automatic_msl_resource_binding, but should only be used for combined image samplers for multiplanar images,