nw::demo::GraphicsDrawing::InitializeShape Member Function
bool InitializeShape(
void * pShaderBinary,
size_t binarySize
);
| Name | Description | |
|---|---|---|
| in | pShaderBinary | Pointer to the shape shader binary. |
| in | binarySize | Size of the shape shader binary. |
true if initialized successfully and false otherwise. Initializes the shader used to render shapes.
CONFIDENTIAL