// d3dkmthk.h
PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU Pfnd3dkmtWaitforsynchronizationobjectfromgpu;
NTSTATUS Pfnd3dkmtWaitforsynchronizationobjectfromgpu(
const D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU callback function waits for a monitored fence to reach a certain value before processing subsequent context commands.
unnamedParam1Pointer to a D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU Pfnd3dkmtWaitforsynchronizationobjectfromgpu;
// Definition
NTSTATUS Pfnd3dkmtWaitforsynchronizationobjectfromgpu
(
const D3DKMT_WAITFORSYNCHRONIZATIONOBJECTFROMGPU *
)
{...}