@idetik/core 0.20.1 → 0.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -242,7 +242,7 @@ declare class TrsTransform {
242
242
  private computeMatrix;
243
243
  }
244
244
 
245
- type Shader = "floatScalarImage" | "floatScalarImageArray" | "floatVolume" | "intScalarImage" | "intScalarImageArray" | "intVolume" | "labelImage" | "points" | "projectedLine" | "uintScalarImage" | "uintScalarImageArray" | "uintVolume" | "wireframe";
245
+ type Shader = "floatScalarImage" | "floatVolume" | "intScalarImage" | "intVolume" | "labelImage" | "points" | "projectedLine" | "uintScalarImage" | "uintVolume" | "wireframe";
246
246
 
247
247
  type ColorLike = Color | vec3 | vec4 | string;
248
248
  declare class Color {