#include <nnsys/g3d/binres/res_struct_accessor.h>
NNSG3dResDataBlockHeader*
NNS_G3dGetDataBlockHeaderByIdx(
const NNSG3dResFileHeader* header,
u32 idx
);
header | The pointer to the resource file header |
idx | The block header index |
Returns the pointer to the block header.
This function gets the idx
-numbered block header from the resource file data.
NNS_G3dGetMdlSet
, NNS_G3dGetTex
2004/08/02 Initial version.
CONFIDENTIAL