Skip to content

Commit 0a4e338

Browse files
update examples and fix up PCH header
1 parent 394e07b commit 0a4e338

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

src/nbl/video/pch_video.h

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,19 @@
11
// Copyright (C) 2018-2020 - DevSH Graphics Programming Sp. z O.O.
22
// This file is part of the "Nabla Engine".
33
// For conditions of distribution and use, see copyright notice in nabla.h
4-
54
#ifndef __NBL_VIDEO_PCH_VIDEO_H_INCLUDED__
65
#define __NBL_VIDEO_PCH_VIDEO_H_INCLUDED__
76

7+
88
#include "nbl/video/declarations.h"
99
#include "nbl/video/definitions.h"
1010

11+
1112
// private headers
13+
// TODO: @AnastaZIuk what is this about?
1214
#ifndef _NBL_PCH_IGNORE_PRIVATE_HEADERS
1315

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+
//
3717

3818
#endif //_NBL_PCH_IGNORE_PRIVATE_HEADERS
3919

0 commit comments

Comments
 (0)