Increased windows size

This commit is contained in:
CamilleLaVey
2026-08-07 20:50:03 -04:00
parent 7067a5f298
commit 9c596696ae
+1 -1
View File
@@ -705,7 +705,7 @@ public:
if (get_native_handle == nullptr) {
return false;
}
constexpr size_t window_size = 128ULL << 20;
constexpr size_t window_size = 256ULL << 20;
const AHardwareBuffer_Desc window_desc = MakeBlobDesc(window_size);
if (AHardwareBuffer_isSupported(&window_desc) == 0) {
return false;