Common nn::gfx: Difference between revisions

Jump to navigation Jump to search
Add category.
(Created page with "Structures and enums from nn::gfx appearing across nn::gfx file formats and nn::g3d file formats. Notably the nn::gfx formats Bnsh and Bntx, as well as nn::g3d Bfres. === nn::gfx::MemoryPoolFlags === Flags denoting how a memory pool can be accessed. {| class="wikitable" !Name (Unofficial) !Value !Description |- |CpuNoAccess |0x1 (1 << 0) |Memory is unable to be mapped to CPU |- |CpuUncached |0x2 (1 << 1) |Memory is coherent on CPU |- |CpuCached |0x4 (1 << 2)...")
 
(Add category.)
Line 1,253: Line 1,253:
|Reserved
|Reserved
|}
|}
[[Category:File formats]]
38

edits

Navigation menu