hoverinc/ray-tracing-renderer

View on GitHub
src/renderer/glUtil.js

Summary

Maintainability
A
35 mins
Test Coverage
F
0%

Function createProgram has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

export function createProgram(gl, vertexShader, fragmentShader, transformVaryings, transformBufferMode) {
Severity: Minor
Found in src/renderer/glUtil.js - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status