- 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
324 B
324 B
D3D12CommandList::SetScissorRects
void SetScissorRects(uint32_t count, const Rect* rects) override;
设置多个裁剪矩形。
参数:
count- 裁剪矩形数量rects- 裁剪矩形数组
复杂度: O(n)
相关文档
- D3D12CommandList 总览 - 返回类总览