-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Description
Description
three.core.js
exports the following items:
arrayNeedsUint32
Uniform
UniformsGroup
three.webgpu.js
exports the items listed above on behalf of three.core.js
, but also redeclares them for its own use.
Was this intentional?
#############################################################################################
arrayNeedsUint32
three.core.js
:
Line 1510 in 27a1715
function arrayNeedsUint32( array ) { |
three.webgpu.js
:
#############################################################################################
Uniform
three.core.js
:
Line 34790 in 27a1715
class Uniform { |
three.webgpu.js
:
#############################################################################################
UniformsGroup
three.core.js
:
Line 34808 in 27a1715
class UniformsGroup extends EventDispatcher { |
three.webgpu.js
:
#############################################################################################
Version
173dev