maybe id better not check that in with the debug texture dumping enabled
This commit is contained in:
parent
f6cf1e4ee1
commit
54350d19b3
|
@ -13,7 +13,7 @@ using std::min;
|
||||||
using std::max;
|
using std::max;
|
||||||
|
|
||||||
//only dump this from ogl renderer. for now, softrasterizer creates things in an incompatible pixel format
|
//only dump this from ogl renderer. for now, softrasterizer creates things in an incompatible pixel format
|
||||||
#define DEBUG_DUMP_TEXTURE
|
//#define DEBUG_DUMP_TEXTURE
|
||||||
|
|
||||||
//This class represents a number of regions of memory which should be viewed as contiguous
|
//This class represents a number of regions of memory which should be viewed as contiguous
|
||||||
class MemSpan
|
class MemSpan
|
||||||
|
|
Loading…
Reference in New Issue