Commit afc1a00
committed
Update allocation parameter usage
1 parent 4e4f5e3 commit afc1a00
14 files changed
Lines changed: 20 additions & 19 deletions
File tree
- include/nbl
- ext
- OIT
- ScreenShot
- scene
- video/utilities
- src/nbl
- ext
- DebugDraw
- frustum
- video
Submodule examples_tests updated 31 files
- 02_HelloCompute/main.cpp+1-1
- 03_DeviceSelectionAndSharedSources/main.cpp+1-1
- 06_HelloGraphicsQueue/main.cpp+2-2
- 07_StagingAndMultipleQueues/main.cpp+1-1
- 08_HelloSwapchain/main.cpp+1-1
- 10_CountingSort/main.cpp+1-1
- 11_FFT/main.cpp+1-1
- 22_CppCompat/main.cpp+3-3
- 23_Arithmetic2UnitTest/main.cpp+1-1
- 25_FilterTest/main.cpp+4-4
- 26_Blur/main.cpp+2-2
- 27_MPMCScheduler/main.cpp+1-1
- 28_FFTBloom/main.cpp+4-4
- 29_Arithmetic2Bench/main.cpp+1-1
- 31_HLSLPathTracer/main.cpp+1-1
- 37_HLSLSamplingTests/benchmarks/CDiscreteSamplerBenchmark.h+2-2
- 37_HLSLSamplingTests/benchmarks/CSamplerBenchmark.h+2-2
- 40_PathTracer/src/renderer/CRenderer.cpp+2-2
- 40_PathTracer/src/renderer/CSession.cpp+2-2
- 50.IESViewer/AppGPU.cpp+2-2
- 54_Transformations/main.cpp+6-6
- 55_RGB18E7S3/main.cpp+1-1
- 61_UI/main.cpp+1-1
- 62_CAD/DrawResourcesFiller.cpp+1-1
- 62_CAD/main.cpp+4-4
- 64_EmulatedFloatTest/main.cpp+2-2
- 67_RayQueryGeometry/main.cpp+2-2
- 70_FLIPFluids/main.cpp+3-3
- 72_CooperativeBinarySearch/main.cpp+1-1
- 73_ImageUploadBenchmark/main.cpp+2-2
- common/include/nbl/examples/Tester/ITester.h+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments