Pārlūkot izejas kodu

Update Pipelines.js

Fix JSDoc.
Michael Herzog 5 mēneši atpakaļ
vecāks
revīzija
a7b42b13a5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/renderers/common/Pipelines.js

+ 1 - 1
src/renderers/common/Pipelines.js

@@ -344,7 +344,7 @@ class Pipelines extends DataMap {
 	 * @param {ProgrammableStage} stageFragment - The programmable stage representing the fragment shader.
 	 * @param {string} cacheKey - The cache key.
 	 * @param {?Array<Promise>} promises - An array of compilation promises which is only relevant in context of `Renderer.compileAsync()`.
-	 * @return {ComputePipeline} The compute pipeline.
+	 * @return {RenderPipeline} The render pipeline.
 	 */
 	_getRenderPipeline( renderObject, stageVertex, stageFragment, cacheKey, promises ) {
 

粤ICP备19079148号