Add OpenGLRenderer (WIP)
This commit is contained in:
14
src/Nazara/OpenGLRenderer/OpenGLCommandBuffer.cpp
Normal file
14
src/Nazara/OpenGLRenderer/OpenGLCommandBuffer.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright (C) 2020 Jérôme Leclercq
|
||||
// This file is part of the "Nazara Engine - OpenGL Renderer"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
#if 0
|
||||
|
||||
#include <Nazara/OpenGLRenderer/OpenGLCommandBuffer.hpp>
|
||||
#include <Nazara/OpenGLRenderer/Debug.hpp>
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user