2 files changed
+4
-1
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
| 82 | + | |
81 | 83 |
| |
82 | 84 |
| |
83 | 85 |
| |
| |||
89 | 91 |
| |
90 | 92 |
| |
91 | 93 |
| |
| 94 | + | |
92 | 95 |
| |
93 | 96 |
| |
94 | 97 |
| |
|
Submodule examples_tests updated 36 files
- 09_GeometryCreator/CMakeLists.txt+4-2
- 09_GeometryCreator/include/common.hpp+5-15
- 61_UI/CMakeLists.txt+5-3
- CMakeLists.txt+5-5
- common/CMakeLists.txt+6-17
- common/CommonAPI.h-111
- common/CommonPCH/PCH.hpp-13
- common/include/CEventCallback.hpp-49
- common/include/nbl/examples/PCH.hpp+22
- common/include/nbl/examples/cameras/CCamera.hpp+5-4
- common/include/nbl/examples/common/CEventCallback.hpp+49
- common/include/nbl/examples/common/InputSystem.hpp
- common/include/nbl/examples/common/SBasicViewParameters.hlsl
- common/include/nbl/examples/common/SimpleWindowedApplication.hpp+1-2
- common/include/nbl/examples/geometry/CGeometryCreatorScene.hpp+12-6
- common/src/camera/CMakeLists.txt-7
- common/src/empty.cpp
- common/src/geometry/CMakeLists.txt-1
- common/src/geometry/creator/CMakeLists.txt-69
- common/src/nbl/examples/CMakeLists.txt+7-3
- common/src/nbl/examples/cameras/CMakeLists.txt+7
- common/src/nbl/examples/geometry/CMakeLists.txt+73
- common/src/nbl/examples/geometry/shaders/gc.basic.fragment.hlsl
- common/src/nbl/examples/geometry/shaders/gc.basic.vertex.hlsl
- common/src/nbl/examples/geometry/shaders/gc.cone.vertex.hlsl
- common/src/nbl/examples/geometry/shaders/gc.ico.vertex.hlsl
- common/src/nbl/examples/geometry/shaders/grid.fragment.hlsl
- common/src/nbl/examples/geometry/shaders/grid.vertex.hlsl
- common/src/nbl/examples/geometry/shaders/template/gc.basic.vertex.input.hlsl
- common/src/nbl/examples/geometry/shaders/template/gc.common.hlsl+1-1
- common/src/nbl/examples/geometry/shaders/template/gc.cone.vertex.input.hlsl
- common/src/nbl/examples/geometry/shaders/template/gc.ico.vertex.input.hlsl
- common/src/nbl/examples/geometry/shaders/template/gc.vertex.hlsl
- common/src/nbl/examples/geometry/shaders/template/grid.common.hlsl+1-1
- common/src/nbl/examples/pch/CMakeLists.txt+4-1
- common/src/nbl/examples/pch/main.cpp
0 commit comments