nw::lyt::ResBlockSet Structurestruct ResBlockSet
{
const res::TextureList * pTextureList;
const res::FontList * pFontList;
const res::MaterialList * pMaterialList;
ResourceAccessor * pResAccessor;
};
This structure has the pointer to the layout resource.
| pTextureList | const res::TextureList * |
A texture resource list. | |
|---|---|---|---|
| pFontList | const res::FontList * |
A font resource list. | |
| pMaterialList | const res::MaterialList * |
A material resource list. | |
| pResAccessor | ResourceAccessor * |
Resource accessor. |
CONFIDENTIAL