Working version
This commit is contained in:
parent
77bde04db3
commit
b2c2cfcb41
63 changed files with 203 additions and 8301 deletions
8
src/drawables/drawable-descriptor.ts
Normal file
8
src/drawables/drawable-descriptor.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { Drawable } from './drawable';
|
||||
|
||||
export interface DrawableDescriptor {
|
||||
uniformName: string;
|
||||
countMacroName: string;
|
||||
shaderCombinationSteps: Array<number>;
|
||||
readonly empty: Drawable;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue