babylonjs-addons 8.50.2 → 8.50.4

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.
@@ -3093,6 +3093,20 @@ declare module ADDONS {
3093
3093
  };
3094
3094
 
3095
3095
 
3096
+ /** @internal */
3097
+ export var compositeGlobeAtmospherePixelShaderWGSL: {
3098
+ name: string;
3099
+ shader: string;
3100
+ };
3101
+
3102
+
3103
+ /** @internal */
3104
+ export var compositeAerialPerspectivePixelShaderWGSL: {
3105
+ name: string;
3106
+ shader: string;
3107
+ };
3108
+
3109
+
3096
3110
  /** @internal */
3097
3111
  export var aerialPerspectivePixelShaderWGSL: {
3098
3112
  name: string;
@@ -3100,6 +3114,13 @@ declare module ADDONS {
3100
3114
  };
3101
3115
 
3102
3116
 
3117
+ /** @internal */
3118
+ export var depthFunctionsWGSL: {
3119
+ name: string;
3120
+ shader: string;
3121
+ };
3122
+
3123
+
3103
3124
  /** @internal */
3104
3125
  export var atmosphereUboDeclarationWGSL: {
3105
3126
  name: string;