docs: update spirv_msl.hpp (#1205)

auxillary -> auxiliary
This commit is contained in:
Ikko Eltociear Ashimine 2024-11-08 12:41:53 +09:00 committed by GitHub
parent 87c8e2131b
commit 619e4b59ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 // 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. // 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; 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, // Same as get_automatic_msl_resource_binding, but should only be used for combined image samplers for multiplanar images,