StapleGL
Header-only C++20 OpenGL wrapper
|
Utility functions for parsing files. More...
#include <cstdint>
#include <fstream>
#include <string>
Go to the source code of this file.
Classes | |
struct | staplegl::resolution |
A struct that represents an image's dimensions. More... | |
Namespaces | |
namespace | staplegl |
namespace | staplegl::util |
Enumerations | |
enum | staplegl::tex_samples : int32_t { staplegl::MSAA_X1 = 1 , staplegl::MSAA_X2 = 2 , staplegl::MSAA_X4 = 4 , staplegl::MSAA_X8 = 8 , staplegl::MSAA_X16 = 16 , staplegl::MSAA_X32 = 32 } |
An enum that represents the number of samples for a texture. More... | |
Functions | |
static auto | staplegl::util::read_file (std::string_view path) -> std::string |
Read a file into a string. | |
static auto | staplegl::util::get_file_name (std::string_view path) -> std::string |
Get the filename without the extension. | |
Utility functions for parsing files.
This file acts as a container for utility functions and structs that are shared across the project.
Definition in file utility.hpp.