Skip to content

Commit

Permalink
Src: encodings_fragment -> colorspace_fragment (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jul 6, 2023
1 parent f5b51be commit d31ef0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/three/src/renderers/shaders/ShaderChunk.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export const ShaderChunk: {
displacementmap_vertex: string;
emissivemap_fragment: string;
emissivemap_pars_fragment: string;
encodings_fragment: string;
encodings_pars_fragment: string;
colorspace_fragment: string;
colorspace_pars_fragment: string;
envmap_fragment: string;
envmap_common_pars_fragment: string;
envmap_pars_fragment: string;
Expand Down

0 comments on commit d31ef0b

Please sign in to comment.