WebGL / Address review comments

This commit is contained in:
Olivier Guyot
2022-06-08 10:28:00 +02:00
parent f603ce7456
commit 6848df97f8
4 changed files with 7 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ class PointBatchRenderer extends AbstractBatchRenderer {
* @param {import("./MixedGeometryBatch.js").PointGeometryBatch} batch Point geometry batch
* @override
*/
generateRenderInstructions_(batch) {
generateRenderInstructions(batch) {
// here we anticipate the amount of render instructions for points:
// 2 instructions per vertex for position (x and y)
// + 1 instruction per vertex per custom attributes