the final rename

This commit is contained in:
MihailRis
2024-05-06 03:38:19 +03:00
parent f27a418dbe
commit 1627e21c1d
196 changed files with 836 additions and 815 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include <vector>
#include <unordered_map>
#include "../../maths/UVRegion.hpp"
#include "../../typedefs.h"
#include "../../typedefs.hpp"
class ImageData;
class Texture;
+1 -1
View File
@@ -4,7 +4,7 @@
#include "Texture.hpp"
#include <GL/glew.h>
#include "../../typedefs.h"
#include "../../typedefs.hpp"
inline constexpr uint B3D_VERTEX_SIZE = 9;
+1 -1
View File
@@ -2,7 +2,7 @@
#define GRAPHICS_CORE_BATCH3D_HPP_
#include "../../maths/UVRegion.hpp"
#include "../../typedefs.h"
#include "../../typedefs.hpp"
#include <memory>
#include <stdlib.h>
+1 -1
View File
@@ -4,7 +4,7 @@
#include "commons.hpp"
#include "Viewport.hpp"
#include "../../window/Window.hpp"
#include "../../typedefs.h"
#include "../../typedefs.hpp"
class Batch2D;
class Framebuffer;
+1 -1
View File
@@ -4,7 +4,7 @@
#include <memory>
#include <string>
#include <vector>
#include "../../typedefs.h"
#include "../../typedefs.hpp"
class Texture;
class Batch2D;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef GRAPHICS_CORE_FRAMEBUFFER_HPP_
#define GRAPHICS_CORE_FRAMEBUFFER_HPP_
#include "../../typedefs.h"
#include "../../typedefs.hpp"
#include <memory>
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef GRAPHICS_CORE_IMAGE_DATA_HPP_
#define GRAPHICS_CORE_IMAGE_DATA_HPP_
#include "../../typedefs.h"
#include "../../typedefs.hpp"
enum class ImageFormat {
rgb888,
+1 -1
View File
@@ -2,7 +2,7 @@
#define GRAPHICS_CORE_MESH_HPP_
#include <stdlib.h>
#include "../../typedefs.h"
#include "../../typedefs.hpp"
struct vattr {
ubyte size;
+1 -1
View File
@@ -1,4 +1,4 @@
#include "PostProcessing.h"
#include "PostProcessing.hpp"
#include "Mesh.hpp"
#include "Shader.hpp"
#include "Texture.hpp"
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef GRAPHICS_CORE_SHADER_HPP_
#define GRAPHICS_CORE_SHADER_HPP_
#include "../../typedefs.h"
#include "../../typedefs.hpp"
#include <string>
#include <unordered_map>
+1 -1
View File
@@ -3,7 +3,7 @@
#include <string>
#include <memory>
#include "../../typedefs.h"
#include "../../typedefs.hpp"
#include "ImageData.hpp"
class Texture {
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef GRAPHICS_CORE_TEXTURE_ANIMATION_HPP_
#define GRAPHICS_CORE_TEXTURE_ANIMATION_HPP_
#include "../../typedefs.h"
#include "../../typedefs.hpp"
#include <glm/glm.hpp>
#include <vector>
+1 -1
View File
@@ -3,7 +3,7 @@
#include <glm/glm.hpp>
#include "../../typedefs.h"
#include "../../typedefs.hpp"
class Viewport {
uint width;