static bool ReadTextureDir(
ARCDir * pDir,
ARCDirEntry * pDirEnt
);
| Name | Description | |
|---|---|---|
| inout | pDir | Specifies ARCDir. |
| out | pDirEnt | Stores directory entry information. |
Gets the directory entry information of a texture resource.
Gets the directory entry information of a texture resource inside the directory opened by OpenTextureDir().
Reading is skipped if the extension of the resource file does not match the texture resource.
Internally, this function calls ARCReadDir().
CONFIDENTIAL