Add invalidExtension in WGPUDeviceProperties
This extension is just added for testing unsupported feature at device creation. We don't need to update Extensions info because the invalidExtension is not a valid extension and must be treated as InvalidEnum. BUG: chromium:1175091 Change-Id: I11462a053fb5db8e11a54173e13f338c1c4f7b6f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/53891 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Hao Li <hao.x.li@intel.com>
This commit is contained in:
parent
99ee5e8028
commit
5173a0236d
|
@ -870,7 +870,8 @@
|
|||
{"name": "pipeline statistics query", "type": "bool", "default": "false"},
|
||||
{"name": "timestamp query", "type": "bool", "default": "false"},
|
||||
{"name": "multi planar formats", "type": "bool", "default": "false"},
|
||||
{"name": "depth clamping", "type": "bool", "default": "false"}
|
||||
{"name": "depth clamping", "type": "bool", "default": "false"},
|
||||
{"name": "invalid extension", "type": "bool", "default": "false"}
|
||||
]
|
||||
},
|
||||
"double": {
|
||||
|
|
Loading…
Reference in New Issue