implemented texture raster renderstates

This commit is contained in:
aap
2018-07-02 07:01:34 +02:00
parent e6d01b1159
commit 2cffb3f494
20 changed files with 638 additions and 324 deletions

View File

@ -262,6 +262,8 @@ defaultFindCB(const char *name)
return nil;
}
// TODO: actually read the mask!
static Texture*
defaultReadCB(const char *name, const char *mask)
{