3 lines
168 B
TypeScript
3 lines
168 B
TypeScript
import type { ShaderSyncFunction } from '../../rendering/renderers/gl/shader/GlShaderSystem';
|
|
export declare function generateShaderSyncPolyfill(): ShaderSyncFunction;
|