NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches

Variables

constexpr u32 nnl::texture::raw::kMagicBytes = 0x88'88'00'01
 Magic bytes used to identify the texture format.

Detailed Description

The raw namespace contains structures that define the binary representation of texture data and functions to work with it. This includes low-level data structures that are used to serialize and deserialize texture information directly from binary files.

The intricate representations in the raw namespace are simplified in the main texture namespace to provide a more user-friendly interface.

Variable Documentation

◆ kMagicBytes

u32 nnl::texture::raw::kMagicBytes = 0x88'88'00'01
constexpr

Magic bytes used to identify the texture format.

This constant represents a unique identifier that texture containers start with.