Add WebGL compatibility

This commit is contained in:
schmelczerandras 2020-09-22 16:41:59 +02:00
parent 3725f56c78
commit 1d4980ae28
29 changed files with 567 additions and 212 deletions

View file

@ -1,7 +1,7 @@
import { Drawable } from './drawable';
export interface DrawableDescriptor {
uniformName: string;
propertyUniformMapping: { [property: string]: string };
uniformCountMacroName: string;
sdf?: {
shader: string;