void SetUniformBool(
const BindSymbolGSBool & symbol,
bool isEnable
);
| Name | Description | |
|---|---|---|
| in | symbol | Boolean type geometry shader symbol. |
| in | isEnable | Set to true to enable, or false to disable. |
Sets a boolean register value for the geometry shader.
CONFIDENTIAL