Cleanup main

This commit is contained in:
brunoherbelin
2021-03-27 23:15:49 +01:00
parent e8b5dc0649
commit e525ecad36

View File

@@ -1,27 +1,8 @@
#include <stdio.h>
#include <iostream>
// standalone image loader
#include "stb_image.h"
// Opengl
#include <glad/glad.h>
#include <glm/glm.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtc/matrix_access.hpp>
#include <glm/gtc/matrix_transform.hpp>
// GStreamer
#include <gst/gst.h>
#include <gst/gstbin.h>
#include <gst/gl/gl.h>
#include "GstToolkit.h"
// imgui
#include "imgui.h"
#include "ImGuiToolkit.h"
#include "ImGuiVisitor.h"
// vmix
#include "Settings.h"
@@ -97,9 +78,6 @@ int main(int argc, char *argv[])
gst_debug_set_active(FALSE);
#endif
// test text editor
// UserInterface::manager().fillShaderEditor( Resource::getText("shaders/image.fs") );
// draw the scene
Rendering::manager().pushFrontDrawCallback(drawScene);