Minor fixes
This commit is contained in:
parent
eaeeebfca2
commit
06dfd593cd
4 changed files with 17 additions and 13 deletions
|
|
@ -1,6 +1,9 @@
|
|||
import { UniversalRenderingContext } from '../universal-rendering-context';
|
||||
import { tryEnableExtension } from './enable-extension';
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
export const getHardwareInfo = (
|
||||
gl: UniversalRenderingContext
|
||||
): { vendor: string; renderer: string } | null => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue