@itwin/webgl-compatibility 3.3.0-dev.6 → 3.3.0-dev.9
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/CHANGELOG.md +9 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Change Log - @itwin/webgl-compatibility
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 20 May 2022 13:10:54 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.2.0
|
|
6
|
+
Fri, 20 May 2022 13:10:54 GMT
|
|
7
|
+
|
|
8
|
+
### Updates
|
|
9
|
+
|
|
10
|
+
- Do not allow buggy GPUs to render MSAA.
|
|
11
|
+
- A `usingIntegratedGraphics` property has been added to WebGLRenderCompatibilityInfo. If true, there is a likelihood that integrated graphics are being used.
|
|
4
12
|
|
|
5
13
|
## 3.1.3
|
|
6
14
|
Fri, 15 Apr 2022 13:49:25 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/webgl-compatibility",
|
|
3
|
-
"version": "3.3.0-dev.
|
|
3
|
+
"version": "3.3.0-dev.9",
|
|
4
4
|
"description": "APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/cjs/webgl-compatibility.js",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"url": "http://www.bentley.com"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@itwin/core-bentley": "3.3.0-dev.
|
|
26
|
+
"@itwin/core-bentley": "3.3.0-dev.9"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@itwin/build-tools": "3.3.0-dev.
|
|
30
|
-
"@itwin/certa": "3.3.0-dev.
|
|
31
|
-
"@itwin/eslint-plugin": "3.3.0-dev.
|
|
29
|
+
"@itwin/build-tools": "3.3.0-dev.9",
|
|
30
|
+
"@itwin/certa": "3.3.0-dev.9",
|
|
31
|
+
"@itwin/eslint-plugin": "3.3.0-dev.9",
|
|
32
32
|
"@types/chai": "^4.1.4",
|
|
33
33
|
"@types/mocha": "^8.2.2",
|
|
34
34
|
"@types/node": "16.11.7",
|