- 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
312 B
312 B
D3D12CommandList::SetViewports
void SetViewports(uint32_t count, const Viewport* viewports) override;
设置多个视口。
参数:
count- 视口数量viewports- 视口数组
复杂度: O(n)
相关文档
- D3D12CommandList 总览 - 返回类总览