directx 11 create device and swap chain Oct 15 2025 2 minutes 读完 (约 290 字) Create Device with adapterD3D11CreateDeviceAndSwapChain第一个参数如果传NULL,则以默认Adapter创建如果参数不为NULL,DriverType必须为D3D_DRIVER_TYPE_UNKNOWN 阅读更多
python 3 UnicodeDecodeError when pip install package Oct 15 2025 a few seconds 读完 (约 90 字) Issue安装python库时报错,UnicodeDecodeError 阅读更多
D3D Event Query Oct 15 2025 6 minutes 读完 (约 879 字) 使用方法事件查询步骤: pDeviceContext->Begin(pQuery) pDeviceContext->End(pQuery) pDeviceContext->GetData(pQuery , &queryData , sizeof(UINT64) , 0) 阅读更多