- 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
356 B
356 B
OpenGLCommandList::SetPrimitiveTopology
void SetPrimitiveTopology(PrimitiveTopology topology)
设置图元拓扑类型。
参数:
topology- 图元拓扑类型
示例:
commandList->SetPrimitiveTopology(PrimitiveTopology::TriangleList);
相关文档
- OpenGLCommandList - 返回类总览