]> git.tdb.fi Git - libs/gl.git/blobdiff - source/backends/vulkan/camera_backend.h
Refactor projection matrix handling
[libs/gl.git] / source / backends / vulkan / camera_backend.h
diff --git a/source/backends/vulkan/camera_backend.h b/source/backends/vulkan/camera_backend.h
deleted file mode 100644 (file)
index e22fdb5..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef MSP_GL_CAMERA_BACKEND_H_
-#define MSP_GL_CAMERA_BACKEND_H_
-
-namespace Msp {
-namespace GL {
-
-class Matrix;
-
-class VulkanCamera
-{
-protected:
-       static void adjust_projection_matrix(Matrix &);
-};
-
-using CameraBackend = VulkanCamera;
-
-} // namespace GL
-} // namespace Msp
-
-#endif