Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Mar 14, 2024
1 parent c272bc7 commit ae23c02
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion modules/webgl/src/adapter/webgl-device.ts
Expand Up @@ -62,7 +62,11 @@ import {WEBGLTransformFeedback} from './resources/webgl-transform-feedback';
import {WEBGLQuerySet} from './resources/webgl-query-set';

import {readPixelsToArray, readPixelsToBuffer} from '../classic/copy-and-blit';
import {setGLParameters, getGLParameters, resetGLParameters} from '../context/parameters/unified-parameter-api';
import {
setGLParameters,
getGLParameters,
resetGLParameters
} from '../context/parameters/unified-parameter-api';
import {withGLParameters} from '../context/state-tracker/with-parameters';
import {clear} from '../classic/clear';
import {getWebGLExtension} from '../context/helpers/webgl-extensions';
Expand Down

0 comments on commit ae23c02

Please sign in to comment.