Allow more than 2gigs of texture memory... Fix shader buggles.

This commit is contained in:
Shyotl
2019-03-18 00:11:24 -05:00
parent a224c392e8
commit e0194d4d06
4 changed files with 10 additions and 6 deletions

View File

@@ -65,7 +65,7 @@
// extern
const S32Megabytes gMinVideoRam(32);
const S32Megabytes gMaxVideoRam(2048);
const S32Megabytes gMaxVideoRam(2048*4); // Bump to 8 gibibyte.
// statics