Skip to content

Commit 7af3871

Browse files
committed
Temporarily disabled use of MemoryBufferPools::reserve() by default to address regressions that it causes.
1 parent b2fc11e commit 7af3871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/vsg/vk/MemoryBufferPools.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace vsg
4343
bool throwOutOfDeviceMemoryException = true;
4444

4545
/// hint whether the compile traversal should call MemoryBufferPools::reserve(requirements);
46-
bool compileTraversalUseReserve = true;
46+
bool compileTraversalUseReserve = false;
4747

4848
VkDeviceSize computeMemoryTotalAvailable() const;
4949
VkDeviceSize computeMemoryTotalReserved() const;

0 commit comments

Comments
 (0)