- Fix link resolution with proper relative/absolute path handling - Improve link styling with underline decoration - Hide leaf nodes from tree, only show directories - Fix log file path for packaged app
330 B
330 B
OpenGLCommandList::SetPipelineState
void SetPipelineState(void* pipelineState)
设置渲染管线状态。
参数:
pipelineState- 管线状态对象指针
示例:
commandList->SetPipelineState(pipelineState);
相关文档
- OpenGLCommandList - 返回类总览