babylonjs-addons 8.9.0 → 8.9.1

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.
@@ -184,10 +184,8 @@ declare module ADDONS {
184
184
  };
185
185
 
186
186
 
187
-
188
-
189
187
  /** @internal */
190
- export var msdfFragmentShaderWGSL: {
188
+ export var msdfPixelShaderWGSL: {
191
189
  name: string;
192
190
  shader: string;
193
191
  };
@@ -200,10 +198,8 @@ declare module ADDONS {
200
198
  };
201
199
 
202
200
 
203
-
204
-
205
201
  /** @internal */
206
- export var msdfFragmentShader: {
202
+ export var msdfPixelShader: {
207
203
  name: string;
208
204
  shader: string;
209
205
  };