Skip to content

Commit deb7eac

Browse files
fix small issues:
- ggx GLSL headers - LRU cache non DEBUG targegts example fix flagged issue for @PrzemoG removed ex 24
1 parent 8001fbf commit deb7eac

File tree

13 files changed

+8
-2173
lines changed

13 files changed

+8
-2173
lines changed

examples_tests/10.AllocatorTest/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class AllocatorHandler
106106
alctr = AlctrType(reservedSpace, randAllocParams.offset, randAllocParams.alignOffset, randAllocParams.maxAlign, randAllocParams.addressSpaceSize, randAllocParams.blockSz);
107107
}
108108

109+
// variable shadowing and other problems @Przemog
109110
testsCnt = rng.getRndAllocCnt();
110111
for (size_t i = 0; i < testsCnt; i++)
111112
executeForFrame(alctr, randAllocParams);

examples_tests/24.BufferSubDataAlignTest/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples_tests/24.BufferSubDataAlignTest/main.cpp

Lines changed: 0 additions & 241 deletions
This file was deleted.

examples_tests/28.OptiXPathTracing/CMakeLists.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)