|
NSUNI/NSLAR Library a250670
|
Contains functions and structures for working with fog configs used by NSLAR. More...
Go to the source code of this file.
Classes | |
| struct | nnl::fog::Fog |
| Defines settings for depth-based environmental fog. More... | |
Namespaces | |
| namespace | nnl |
| namespace | nnl::fog |
| Contains functions and structures for working with fog configs used by NSLAR. | |
Functions | |
| bool | nnl::fog::IsOfType (BufferView buffer) |
| Tests if the provided file is a fog config. | |
| Fog | nnl::fog::Import (BufferView buffer) |
| Parses a binary file and converts it to a Fog struct. | |
| Buffer | nnl::fog::Export (const Fog &fog) |
| Converts a fog config to a binary file representation. | |
Variables | |
| constexpr u32 | nnl::fog::raw::kMagicBytes = utl::data::FourCC("F0G!") |
| F0G! in ASCII. | |
Contains functions and structures for working with fog configs used by NSLAR.