Skip to content

Commit

Permalink
set shader chunk type to record (#6621)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed May 24, 2024
1 parent 182340d commit 64be69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scene/shader-lib/chunks/chunks.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ import webgpuVS from '../../../platform/graphics/shader-chunks/vert/webgpu.js';
/**
* Object containing all default shader chunks used by shader generators.
*
* @type {object}
* @type {Record<string, string>}
* @category Graphics
*/
const shaderChunks = {
Expand Down

0 comments on commit 64be69b

Please sign in to comment.