|
NSUNI/NSLAR Library a250670
|
Contains functions for working with render configs used by NSUNI. More...
Go to the source code of this file.
Classes | |
| struct | nnl::render::RenderConfig |
| Represents settings for rendering. More... | |
Namespaces | |
| namespace | nnl |
| namespace | nnl::render |
| Contains functions for working with render configs used by NSUNI. | |
Functions | |
| bool | nnl::render::IsOfType (BufferView buffer) |
| Tests if the provided file is a render config. | |
| RenderConfig | nnl::render::Import (BufferView buffer) |
| Parses a binary file and converts it to a RenderConfig struct. | |
| Buffer | nnl::render::Export (const RenderConfig &render_config) |
| Converts a render config to a binary file representation. | |
Variables | |
| constexpr u32 | nnl::render::raw::kMagicBytes = 1 |
| The magic bytes. | |
Contains functions for working with render configs used by NSUNI.