Wonder-Technology/Wonder.js

View on GitHub
lib/js/src/run/rtx_path_tracer/domain_layer/domain/pipeline/pipeline/entity/jobs/update/UpdateTextureArrayCPJobEntity.bs.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function _fillTextureArray has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function _fillTextureArray(param, textureArray, param$1, allUsedImageIdAndData) {
  var textureArrayLayerHeight = param$1[1];
  var textureArrayLayerWidth = param$1[0];
  var queue = param[1];
  var device = param[0];

    Function _buildWebGPUObjects has 33 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function _buildWebGPUObjects(device, param) {
      var layerCount = param[2];
      var format = "rgba8unorm";
      var textureArray = Curry._2(WebGPUCoreDpRunAPI$Wonderjs.unsafeGet(undefined).device.createTexture, {
            size: {

      There are no issues that match your filters.

      Category
      Status