Apply header guard check
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_CONFIG_OPENGLRENDERER_HPP
|
||||
#define NAZARA_CONFIG_OPENGLRENDERER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_CONFIG_HPP
|
||||
#define NAZARA_OPENGLRENDERER_CONFIG_HPP
|
||||
|
||||
/// Chaque modification d'un paramètre du module nécessite une recompilation de celui-ci
|
||||
|
||||
@@ -50,4 +50,4 @@
|
||||
#define NAZARA_OPENGLRENDERER_API
|
||||
#endif
|
||||
|
||||
#endif // NAZARA_CONFIG_OPENGLRENDERER_HPP
|
||||
#endif // NAZARA_OPENGLRENDERER_CONFIG_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_CONFIG_CHECK_OPENGLRENDERER_HPP
|
||||
#define NAZARA_CONFIG_CHECK_OPENGLRENDERER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_CONFIGCHECK_HPP
|
||||
#define NAZARA_OPENGLRENDERER_CONFIGCHECK_HPP
|
||||
|
||||
/// Ce fichier sert à vérifier la valeur des constantes du fichier Config.hpp
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
#define NAZARA_OPENGLRENDERER_MANAGE_MEMORY 0
|
||||
#endif
|
||||
|
||||
#endif // NAZARA_CONFIG_CHECK_OPENGLRENDERER_HPP
|
||||
#endif // NAZARA_OPENGLRENDERER_CONFIGCHECK_HPP
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// This file is part of the "Nazara Engine - OpenGL renderer"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
// no header guards
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Config.hpp>
|
||||
#if NAZARA_OPENGLRENDERER_MANAGE_MEMORY
|
||||
#include <Nazara/Core/Debug/NewRedefinition.hpp>
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// This file is part of the "Nazara Engine - OpenGL renderer"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
// no header guards
|
||||
|
||||
// On suppose que Debug.hpp a déjà été inclus, tout comme Config.hpp
|
||||
#if NAZARA_OPENGLRENDERER_MANAGE_MEMORY
|
||||
#undef delete
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_SURFACE_HPP
|
||||
#define NAZARA_OPENGLRENDERER_SURFACE_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_DUMMYSURFACE_HPP
|
||||
#define NAZARA_OPENGLRENDERER_DUMMYSURFACE_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/OpenGLRenderer/Config.hpp>
|
||||
@@ -31,4 +31,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/OpenGLRenderer/DummySurface.inl>
|
||||
|
||||
#endif // NAZARA_OPENGLRENDERER_SURFACE_HPP
|
||||
#endif // NAZARA_OPENGLRENDERER_DUMMYSURFACE_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_BUFFER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_BUFFER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_OPENGLBUFFER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_OPENGLBUFFER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Utility/AbstractBuffer.hpp>
|
||||
@@ -50,4 +50,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/OpenGLRenderer/OpenGLBuffer.inl>
|
||||
|
||||
#endif // NAZARA_OPENGLRENDERER_BUFFER_HPP
|
||||
#endif // NAZARA_OPENGLRENDERER_OPENGLBUFFER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_RENDERWINDOW_HPP
|
||||
#define NAZARA_OPENGLRENDERER_RENDERWINDOW_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_OPENGLRENDERWINDOW_HPP
|
||||
#define NAZARA_OPENGLRENDERER_OPENGLRENDERWINDOW_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/OpenGLRenderer/Config.hpp>
|
||||
@@ -54,4 +54,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/OpenGLRenderer/OpenGLRenderWindow.inl>
|
||||
|
||||
#endif // NAZARA_OPENGLRENDERER_RENDERWINDOW_HPP
|
||||
#endif // NAZARA_OPENGLRENDERER_OPENGLRENDERWINDOW_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_UTILS_OPENGL_HPP
|
||||
#define NAZARA_UTILS_OPENGL_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_UTILS_HPP
|
||||
#define NAZARA_OPENGLRENDERER_UTILS_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Renderer/Enums.hpp>
|
||||
@@ -48,4 +48,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Utils.inl>
|
||||
|
||||
#endif // NAZARA_UTILS_OPENGL_HPP
|
||||
#endif // NAZARA_OPENGLRENDERER_UTILS_HPP
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
// This file was automatically generated
|
||||
// this file was automatically generated and should not be edited
|
||||
|
||||
/*
|
||||
Nazara Engine - OpenGL
|
||||
Nazara Engine - OpenGL renderer
|
||||
|
||||
Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com)
|
||||
Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_GLOBAL_OPENGLRENDERER_WRAPPER_HPP
|
||||
#define NAZARA_GLOBAL_OPENGLRENDERER_WRAPPER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_HPP
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Buffer.hpp>
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Context.hpp>
|
||||
@@ -42,4 +42,4 @@
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Texture.hpp>
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/VertexArray.hpp>
|
||||
|
||||
#endif // NAZARA_GLOBAL_OPENGLRENDERER_WRAPPER_HPP
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_GLBUFFER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_GLBUFFER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_BUFFER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_BUFFER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/MovableValue.hpp>
|
||||
@@ -45,4 +45,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Buffer.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_BUFFER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_CONTEXTIMPL_HPP
|
||||
#define NAZARA_OPENGLRENDERER_CONTEXTIMPL_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_CONTEXT_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_CONTEXT_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/Algorithm.hpp>
|
||||
@@ -251,4 +251,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Context.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_CONTEXT_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_GLCONTEXTOBJECT_HPP
|
||||
#define NAZARA_OPENGLRENDERER_GLCONTEXTOBJECT_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_CONTEXTOBJECT_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_CONTEXTOBJECT_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/MovableValue.hpp>
|
||||
@@ -49,4 +49,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/ContextObject.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_CONTEXTOBJECT_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_COREFUNCTIONS_HPP
|
||||
#define NAZARA_OPENGLRENDERER_COREFUNCTIONS_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP
|
||||
|
||||
#define GL_GLES_PROTOTYPES 0
|
||||
#include <GLES3/gl32.h>
|
||||
@@ -182,4 +182,4 @@ typedef void (GL_APIENTRYP PFNGLSPECIALIZESHADERARBPROC) (GLuint shader, const G
|
||||
\
|
||||
extCb(glSpecializeShaderARB, PFNGLSPECIALIZESHADERARBPROC) \
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_GLDEVICEOBJECT_HPP
|
||||
#define NAZARA_OPENGLRENDERER_GLDEVICEOBJECT_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_DEVICEOBJECT_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_DEVICEOBJECT_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/MovablePtr.hpp>
|
||||
@@ -50,4 +50,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/DeviceObject.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_DEVICEOBJECT_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_EGLCONTEXT_HPP
|
||||
#define NAZARA_OPENGLRENDERER_EGLCONTEXT_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLCONTEXTBASE_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLCONTEXTBASE_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/DynLib.hpp>
|
||||
@@ -78,4 +78,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLCONTEXTBASE_HPP
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
// This file is part of the "Nazara Engine - OpenGL renderer"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
// no header guards
|
||||
|
||||
#if !defined(NAZARA_OPENGLRENDERER_EGL_FUNC) || !defined(NAZARA_OPENGLRENDERER_EGL_FUNC_OPT)
|
||||
#error You must define NAZARA_OPENGLRENDERER_EGL_FUNC and NAZARA_OPENGLRENDERER_EGL_FUNC_OPT before including this file
|
||||
#endif
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_EGLLOADER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_EGLLOADER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLLOADER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLLOADER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/OpenGLRenderer/Config.hpp>
|
||||
@@ -48,4 +48,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/EGL/EGLLoader.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLLOADER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_GLFRAMEBUFFER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_GLFRAMEBUFFER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_FRAMEBUFFER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_FRAMEBUFFER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp>
|
||||
@@ -38,4 +38,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Framebuffer.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_FRAMEBUFFER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_EGLCONTEXTWAYLAND_HPP
|
||||
#define NAZARA_OPENGLRENDERER_EGLCONTEXTWAYLAND_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTWAYLAND_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTWAYLAND_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp>
|
||||
@@ -30,4 +30,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextWayland.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTWAYLAND_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_EGLCONTEXTWIN32_HPP
|
||||
#define NAZARA_OPENGLRENDERER_EGLCONTEXTWIN32_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTX11_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTX11_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp>
|
||||
@@ -29,4 +29,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Linux/EGLContextX11.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTX11_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_LOADER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_LOADER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Platform/WindowHandle.hpp>
|
||||
@@ -39,4 +39,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Loader.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_GLPROGRAM_HPP
|
||||
#define NAZARA_OPENGLRENDERER_GLPROGRAM_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_PROGRAM_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_PROGRAM_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/MovableValue.hpp>
|
||||
@@ -56,4 +56,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Program.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_PROGRAM_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_GLSAMPLER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_GLSAMPLER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_SAMPLER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_SAMPLER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/MovableValue.hpp>
|
||||
@@ -40,4 +40,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Sampler.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_SAMPLER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_GLSHADER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_GLSHADER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_SHADER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_SHADER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/MovableValue.hpp>
|
||||
@@ -46,4 +46,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Shader.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_SHADER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_GLTEXTURE_HPP
|
||||
#define NAZARA_OPENGLRENDERER_GLTEXTURE_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_TEXTURE_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_TEXTURE_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/MovableValue.hpp>
|
||||
@@ -53,4 +53,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Texture.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_TEXTURE_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_GLVERTEXARRAY_HPP
|
||||
#define NAZARA_OPENGLRENDERER_GLVERTEXARRAY_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_VERTEXARRAY_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_VERTEXARRAY_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp>
|
||||
@@ -36,4 +36,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/VertexArray.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_VERTEXARRAY_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_WGLCONTEXT_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WGLCONTEXT_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLCONTEXT_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLCONTEXT_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/DynLib.hpp>
|
||||
@@ -81,4 +81,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/WGL/WGLContext.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLCONTEXT_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLFUNCTIONS_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLFUNCTIONS_HPP
|
||||
|
||||
#undef WIN32_LEAN_AND_MEAN //< Redefined by wgl.h header (ty Khronos)
|
||||
|
||||
@@ -51,4 +51,4 @@
|
||||
func(SetPixelFormat, PFNSETPIXELFORMATPROC) \
|
||||
func(SwapBuffers, PFNSWAPBUFFERSPROC) \
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLFUNCTIONS_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_WGLLOADER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WGLLOADER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLLOADER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLLOADER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/DynLib.hpp>
|
||||
@@ -48,4 +48,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/WGL/WGLLoader.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLLOADER_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_EGLCONTEXTWIN32_HPP
|
||||
#define NAZARA_OPENGLRENDERER_EGLCONTEXTWIN32_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WIN32_EGLCONTEXTWIN32_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_WIN32_EGLCONTEXTWIN32_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp>
|
||||
@@ -35,4 +35,4 @@ namespace Nz::GL
|
||||
|
||||
#include <Nazara/OpenGLRenderer/Wrapper/Win32/EGLContextWin32.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_WIN32_EGLCONTEXTWIN32_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WGLFUNCTIONS_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WIN32_GDI32FUNCTIONS_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_WIN32_GDI32FUNCTIONS_HPP
|
||||
|
||||
#undef WIN32_LEAN_AND_MEAN //< Redefined by wgl.h header (ty Khronos)
|
||||
|
||||
@@ -51,4 +51,4 @@
|
||||
func(SetPixelFormat, PFNSETPIXELFORMATPROC) \
|
||||
func(SwapBuffers, PFNSWAPBUFFERSPROC) \
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_WIN32_GDI32FUNCTIONS_HPP
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_OPENGLRENDERER_WIN32HELPER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WIN32HELPER_HPP
|
||||
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WIN32_WIN32HELPER_HPP
|
||||
#define NAZARA_OPENGLRENDERER_WRAPPER_WIN32_WIN32HELPER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <memory>
|
||||
@@ -25,4 +25,4 @@ namespace Nz::GL
|
||||
using HWNDHandle = std::unique_ptr<std::remove_pointer_t<HWND>, WindowDeleter>;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_OPENGLRENDERER_WRAPPER_WIN32_WIN32HELPER_HPP
|
||||
|
||||
Reference in New Issue
Block a user