@babylonjs/core 7.3.0 → 7.3.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.
@@ -776,6 +776,10 @@ export declare class WebGPUEngine extends AbstractEngine {
776
776
  * @internal
777
777
  */
778
778
  _getUseSRGBBuffer(useSRGBBuffer: boolean, noMipmap: boolean): boolean;
779
+ /**
780
+ * @internal
781
+ */
782
+ _unpackFlipY(value: boolean): void;
779
783
  /**
780
784
  * Update the sampling mode of a given texture
781
785
  * @param samplingMode defines the required sampling mode
@@ -1943,6 +1943,10 @@ export class WebGPUEngine extends AbstractEngine {
1943
1943
  _getUseSRGBBuffer(useSRGBBuffer, noMipmap) {
1944
1944
  return useSRGBBuffer && this._caps.supportSRGBBuffers;
1945
1945
  }
1946
+ /**
1947
+ * @internal
1948
+ */
1949
+ _unpackFlipY(value) { }
1946
1950
  /**
1947
1951
  * Update the sampling mode of a given texture
1948
1952
  * @param samplingMode defines the required sampling mode