nw::gfx::Material::Create Member Functionstatic Material * Create( ResMaterial resource, s32 bufferCount, Model * parent, os::IAllocator * allocator );
| Name | Description | |
|---|---|---|
| in | resource | Resource. |
| in | bufferCount | Number of material buffers to create. |
| in | parent | Model class serving as the material's parent. |
| in | allocator | Allocator. |
Creates a material from a resource.
CONFIDENTIAL