Disabling paged resource caching for now, as it's broken.
This commit is contained in:
@@ -30,9 +30,10 @@ int BufferResource::Prepare() {
|
||||
}
|
||||
}
|
||||
|
||||
if (!dirtied_) {
|
||||
return 0;
|
||||
}
|
||||
// DISABLED
|
||||
//if (!dirtied_) {
|
||||
// return 0;
|
||||
//}
|
||||
dirtied_ = false;
|
||||
|
||||
// pass dirty regions?
|
||||
|
||||
Reference in New Issue
Block a user