shader_recompiler: Fix spelling of "derivate" (#12067)

This commit is contained in:
Ameer J
2023-11-18 07:39:47 -05:00
committed by GitHub
parent 71f53b4218
commit feb60de5c3
10 changed files with 61 additions and 60 deletions

View File

@ -335,7 +335,7 @@ public:
[[nodiscard]] Value ImageFetch(const Value& handle, const Value& coords, const Value& offset,
const U32& lod, const U32& multisampling, TextureInstInfo info);
[[nodiscard]] Value ImageGradient(const Value& handle, const Value& coords,
const Value& derivates, const Value& offset,
const Value& derivatives, const Value& offset,
const F32& lod_clamp, TextureInstInfo info);
[[nodiscard]] Value ImageRead(const Value& handle, const Value& coords, TextureInstInfo info);
void ImageWrite(const Value& handle, const Value& coords, const Value& color,