Wonder-Technology/Wonder.js

View on GitHub
lib/js/src/construct/domain_layer/dependency/interface/external/IWebGPURayTracingDp.bs.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';


function getInstanceId(instance) {
  return instance.instanceId;
}

exports.getInstanceId = getInstanceId;
/* No side effect */