|
StapleGL
Header-only C++20 OpenGL wrapper
|
Functions | |
| static auto | read_file (std::string_view path) -> std::string |
| Read a file into a string. | |
| static auto | get_file_name (std::string_view path) -> std::string |
| Get the filename without the extension. | |
|
static |
Get the filename without the extension.
| path | Path to the file, relative to the current working directory. |
Definition at line 81 of file utility.hpp.
|
static |
Read a file into a string.
| path | the file path, relative to the current working directory. |
Definition at line 58 of file utility.hpp.