Skip to content

Commit

Permalink
Src: output_fragment -> opaque_fragment (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jul 6, 2023
1 parent 784047b commit 8ebb9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/src/renderers/shaders/ShaderChunk.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const ShaderChunk: {
clearcoat_normal_fragment_maps: string;
clearcoat_pars_fragment: string;
iridescence_pars_fragment: string;
output_fragment: string;
opaque_fragment: string;
packing: string;
premultiplied_alpha_fragment: string;
project_vertex: string;
Expand Down

0 comments on commit 8ebb9ad

Please sign in to comment.