#include <glad/glad.h>
#include "galaxy/core/ServiceLocator.hpp"
#include "galaxy/fs/VirtualFileSystem.hpp"
#include "galaxy/resource/embedded/VideoShader.hpp"
#include "galaxy/utils/Globals.hpp"
#include "Video.hpp"
Go to the source code of this file.
|
thread_local const float | vertices [] = {0.0f, 0.0f, 1.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f} |
| Video.cpp galaxy.
|
|
thread_local const unsigned int | indices [] = {0, 1, 2, 0, 2, 3} |
|
◆ vertices
thread_local const float vertices[] = {0.0f, 0.0f, 1.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f} |
◆ indices
thread_local const unsigned int indices[] = {0, 1, 2, 0, 2, 3} |