PFND3DDDI_SUBMITHISTORYSEQUENCECB回调函数 (d3dumddi.h)
PFND3DDDI_SUBMITHISTORYSEQUENCECB 将历史记录缓冲区数据与特定的硬件队列和进度围栏 ID 相关联。
语法
PFND3DDDI_SUBMITHISTORYSEQUENCECB Pfnd3dddiSubmithistorysequencecb;
HRESULT Pfnd3dddiSubmithistorysequencecb(
HANDLE hDevice,
const D3DDDICB_SUBMITHISTORYSEQUENCE *unnamedParam2
)
{...}
参数
hDevice
[in]设备的句柄。
unnamedParam2
[in]指向包含此回调函数的参数的 D3DDDICB_SUBMITHISTORYSEQUENCE 结构的指针。
返回值
如果此回调函数成功,则返回 S_OK。 否则,它将返回 HRESULT 错误代码。
要求
要求 | 价值 |
---|---|
标头 | d3dumddi.h |