mirror of
https://github.com/aap/librw.git
synced 2025-12-19 17:09:51 +00:00
implemented matrix flags
This commit is contained in:
@@ -106,6 +106,9 @@ rasterCreate(Raster *raster)
|
||||
int32 pageWidth, pageHeight;
|
||||
Ps2Raster *ras = PLUGINOFFSET(Ps2Raster, raster, nativeRasterOffset);
|
||||
|
||||
if(raster->flags & Raster::DONTALLOCATE)
|
||||
return;
|
||||
|
||||
//printf("%x %x %x %x\n", raster->format, raster->flags, raster->type, noNewStyleRasters);
|
||||
assert(raster->type == Raster::TEXTURE);
|
||||
switch(raster->depth){
|
||||
|
||||
Reference in New Issue
Block a user