nw::gfx::Light::Initialize Member Functionprotected: virtual Result Initialize( os::IAllocator * allocator );
| Name | Description | |
|---|---|---|
| allocator |
Allocates memory for and initializes members.
Memory is allocated by this function without having it allocated by the constructor. If memory allocation fails, an error code is returned in Result, and Destroy is called to destroy the class.
CONFIDENTIAL