|
1 | 1 | // Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
|
2 | 2 | // This file is part of the "Nabla Engine".
|
3 | 3 | // For conditions of distribution and use, see copyright notice in nabla.h
|
4 |
| - |
5 | 4 | #ifndef __NBL_VIDEO_PCH_VIDEO_H_INCLUDED__
|
6 | 5 | #define __NBL_VIDEO_PCH_VIDEO_H_INCLUDED__
|
7 | 6 |
|
| 7 | + |
8 | 8 | #include "nbl/video/declarations.h"
|
9 | 9 | #include "nbl/video/definitions.h"
|
10 | 10 |
|
| 11 | + |
11 | 12 | // private headers
|
| 13 | +// TODO: @AnastaZIuk what is this about? |
12 | 14 | #ifndef _NBL_PCH_IGNORE_PRIVATE_HEADERS
|
13 | 15 |
|
14 |
| -/* KILL IT |
15 |
| -#include "nbl/video/COpenGLShader.h" |
16 |
| -#include "nbl/video/COpenGLSpecializedShader.h" |
17 |
| -#include "nbl/video/COpenGLBufferView.h" |
18 |
| -#include "nbl/video/COpenGLImage.h" |
19 |
| -#include "nbl/video/COpenGLImageView.h" |
20 |
| -#include "nbl/video/COpenGLSampler.h" |
21 |
| -#include "nbl/video/COpenGLPipelineLayout.h" |
22 |
| -#include "nbl/video/COpenGLRenderpassIndependentPipeline.h" |
23 |
| -#include "nbl/video/COpenGLDescriptorSet.h" |
24 |
| -#include "nbl/video/COpenGLPhysicalDevice.h" |
25 |
| -#include "nbl/video/COpenGLESPhysicalDevice.h" |
26 |
| -#include "nbl/video/COpenGL_LogicalDevice.h" |
27 |
| -#include "nbl/video/COpenGL_Queue.h" |
28 |
| -#include "nbl/video/COpenGLRenderpass.h" |
29 |
| -#include "nbl/video/COpenGLFramebuffer.h" |
30 |
| -#include "nbl/video/COpenGL_Swapchain.h" |
31 |
| -#include "nbl/video/COpenGLCommandBuffer.h" |
32 |
| -#include "nbl/video/COpenGLCommandPool.h" |
33 |
| -#include "nbl/video/COpenGLSemaphore.h" |
34 |
| -#include "nbl/video/COpenGLEvent.h" |
35 |
| -#include "nbl/video/COpenGLFence.h" |
36 |
| -*/ |
| 16 | +// |
37 | 17 |
|
38 | 18 | #endif //_NBL_PCH_IGNORE_PRIVATE_HEADERS
|
39 | 19 |
|
|
0 commit comments