Adds typed uniforms to ShaderMaterial and RawShaderMaterial #1579
+7
−5
Annotations
4 errors
|
|
|
types/three/test/unit/examples/jsm/postprocessing/EffectComposer.ts#L9
Argument of type '{ vertexShader: string; fragmentShader: string; }' is not assignable to parameter of type 'Omit<ShaderMaterialParameters, "uniforms"> & { uniforms: any; }'.
|
|
types/three/test/integration/three-examples/webgl2_rendertarget_texture2darray.ts#L164
Type 'DataArrayTexture' is not assignable to type 'null'.
|
|
types/three/src/materials/RawShaderMaterial.d.ts#L3
Cannot find name 'IUniform'.
|
The logs for this run have expired and are no longer available.
Loading