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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 61 additions and 60 deletions

View file

@ -40,7 +40,7 @@ union TextureInstInfo {
BitField<21, 1, u32> has_lod_clamp;
BitField<22, 1, u32> relaxed_precision;
BitField<23, 2, u32> gather_component;
BitField<25, 2, u32> num_derivates;
BitField<25, 2, u32> num_derivatives;
BitField<27, 3, ImageFormat> image_format;
BitField<30, 1, u32> ndv_is_active;
};