a few seconds read (About 92 words)
利用成员变量指针的实例化来实现
Read More
2 minutes read (About 290 words)
Create Device with adapter
D3D11CreateDeviceAndSwapChain
第一个参数如果传NULL,则以默认Adapter创建
如果参数不为NULL,DriverType
必须为D3D_DRIVER_TYPE_UNKNOWN
Read More
a few seconds read (About 90 words)
Issue
安装python库时报错,UnicodeDecodeError
Read More
6 minutes read (About 879 words)
使用方法
事件查询步骤:
- pDeviceContext->Begin(pQuery)
- pDeviceContext->End(pQuery)
- pDeviceContext->GetData(pQuery , &queryData , sizeof(UINT64) , 0)
Read More