|
626 | 626 | } |
627 | 627 | } |
628 | 628 | }, |
| 629 | + "feature_texture-compression-astc-sliced-3d": { |
| 630 | + "__compat": { |
| 631 | + "description": "`texture-compression-astc-sliced-3d` feature", |
| 632 | + "spec_url": "https://gpuweb.github.io/gpuweb/#texture-compression-astc-sliced-3d", |
| 633 | + "tags": [ |
| 634 | + "web-features:webgpu" |
| 635 | + ], |
| 636 | + "support": { |
| 637 | + "chrome": { |
| 638 | + "version_added": "139" |
| 639 | + }, |
| 640 | + "chrome_android": "mirror", |
| 641 | + "deno": { |
| 642 | + "version_added": false |
| 643 | + }, |
| 644 | + "edge": "mirror", |
| 645 | + "firefox": { |
| 646 | + "version_added": "141", |
| 647 | + "partial_implementation": true, |
| 648 | + "notes": "Currently supported on Windows only, in all contexts except for service workers." |
| 649 | + }, |
| 650 | + "firefox_android": { |
| 651 | + "version_added": false |
| 652 | + }, |
| 653 | + "oculus": "mirror", |
| 654 | + "opera": "mirror", |
| 655 | + "opera_android": "mirror", |
| 656 | + "safari": { |
| 657 | + "version_added": "26" |
| 658 | + }, |
| 659 | + "safari_ios": "mirror", |
| 660 | + "samsunginternet_android": "mirror", |
| 661 | + "webview_android": "mirror", |
| 662 | + "webview_ios": "mirror" |
| 663 | + }, |
| 664 | + "status": { |
| 665 | + "experimental": false, |
| 666 | + "standard_track": true, |
| 667 | + "deprecated": false |
| 668 | + } |
| 669 | + } |
| 670 | + }, |
629 | 671 | "feature_texture-compression-bc": { |
630 | 672 | "__compat": { |
631 | 673 | "description": "`texture-compression-bc` feature", |
|
666 | 708 | } |
667 | 709 | } |
668 | 710 | }, |
| 711 | + "feature_texture-compression-bc-sliced-3d": { |
| 712 | + "__compat": { |
| 713 | + "description": "`texture-compression-bc-sliced-3d` feature", |
| 714 | + "spec_url": "https://gpuweb.github.io/gpuweb/#texture-compression-bc-sliced-3d", |
| 715 | + "tags": [ |
| 716 | + "web-features:webgpu" |
| 717 | + ], |
| 718 | + "support": { |
| 719 | + "chrome": { |
| 720 | + "version_added": "139" |
| 721 | + }, |
| 722 | + "chrome_android": "mirror", |
| 723 | + "deno": { |
| 724 | + "version_added": false |
| 725 | + }, |
| 726 | + "edge": "mirror", |
| 727 | + "firefox": { |
| 728 | + "version_added": "141", |
| 729 | + "partial_implementation": true, |
| 730 | + "notes": "Currently supported on Windows only, in all contexts except for service workers." |
| 731 | + }, |
| 732 | + "firefox_android": { |
| 733 | + "version_added": false |
| 734 | + }, |
| 735 | + "oculus": "mirror", |
| 736 | + "opera": "mirror", |
| 737 | + "opera_android": "mirror", |
| 738 | + "safari": { |
| 739 | + "version_added": "26" |
| 740 | + }, |
| 741 | + "safari_ios": "mirror", |
| 742 | + "samsunginternet_android": "mirror", |
| 743 | + "webview_android": "mirror", |
| 744 | + "webview_ios": "mirror" |
| 745 | + }, |
| 746 | + "status": { |
| 747 | + "experimental": false, |
| 748 | + "standard_track": true, |
| 749 | + "deprecated": false |
| 750 | + } |
| 751 | + } |
| 752 | + }, |
669 | 753 | "feature_texture-compression-etc2": { |
670 | 754 | "__compat": { |
671 | 755 | "description": "`texture-compression-etc2` feature", |
|
0 commit comments