void Initialize(
nw::os::IAllocator * pAllocator,
nw::os::IAllocator * pDeviceMemoryAllocator
);
| Name | Description | |
|---|---|---|
| pAllocator | Memory allocator. | |
| pDeviceMemoryAllocator | Allocator for device memory. |
Initializes the Layout library.
This function must be called before using the layout library.
CONFIDENTIAL