StapleGL
Header-only C++20 OpenGL wrapper
Loading...
Searching...
No Matches
utility.hpp File Reference

Utility functions for parsing files. More...

#include <cstdint>
#include <fstream>
#include <string>
Include dependency graph for utility.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Utility functions for parsing files.

Authors
Christian Panov, Dario Loi
Date
2023-04-28

This file acts as a container for utility functions and structs that are shared across the project.

Definition in file utility.hpp.