Files
XCSDD/docs/api/rhi/d3d12/device/device.md
ssdfasd 58a83f445a fix: improve doc link navigation and tree display
- 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
2026-03-19 12:44:08 +08:00

1.8 KiB

D3D12Device

命名空间: XCEngine::RHI

描述: DirectX 12 设备实现,继承自 RHIDevice

公共方法

方法 描述
Initialize 初始化设备
Shutdown 关闭设备
CreateBuffer 创建缓冲区
CreateTexture 创建纹理
CreateSwapChain 创建交换链
CreateCommandList 创建命令列表
CreateCommandQueue 创建命令队列
CompileShader 编译着色器
CreatePipelineState 创建管线状态
CreateFence 创建栅栏
CreateSampler 创建采样器
GetCapabilities 获取设备能力
GetDeviceInfo 获取设备信息
GetNativeDevice 获取原生设备
GetDevice 获取 D3D12 设备
GetFactory 获取 D3D12 工厂
GetAdapterInfo 获取适配器信息
EnumerateAdapters 枚举适配器
GetDescriptorHandleIncrementSize 获取描述符增量大小
CheckFeatureSupport 检查特性支持

相关文档