mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-23 13:55:50 +12:00
clear render targets after creation
This commit is contained in:
parent
45eda2f120
commit
8830747e90
2 changed files with 17 additions and 4 deletions
|
@ -12,7 +12,7 @@ struct BufferHandle {
|
|||
};
|
||||
|
||||
// 64MB buffer for caching vertex data
|
||||
#define CACHE_BUFFER_SIZE 64 * 1024 * 1024
|
||||
#define CACHE_BUFFER_SIZE 128 * 1024 * 1024
|
||||
|
||||
class VertexBufferCache {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue