Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Visitlab
Chromatin
chromoskein
Commits
7a42fb37
Commit
7a42fb37
authored
Mar 14, 2022
by
kiraacorsac
Browse files
App.tsx: remove timestamp query require
parent
4e5845bf
Pipeline
#117829
passed with stage
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/App.tsx
View file @
7a42fb37
...
...
@@ -57,10 +57,9 @@ function App(): JSX.Element {
if
(
adapter
==
null
)
{
return
;
}
const
waitForDevice
=
async
function
()
{
const
device
=
await
adapter
.
requestDevice
({
requiredFeatures
:
[
'
timestamp-query
'
]
//
requiredFeatures: ['timestamp-query']
});
device
.
onuncapturederror
=
(
error
:
GPUUncapturedErrorEvent
)
=>
{
setDeviceError
(
error
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment