ID3D11DeviceContext2::EndEvent method
Allows applications to annotate the end of a range of graphics commands.
Syntax
void EndEvent();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
EndEvent allows applications to annotate the end of a range of graphics commands, in order to provide more context to what the GPU is executing. When the appropriate ETW logging is not enabled, this method does nothing. When ETW logging is enabled, an additional marker is correlated between the CPU and GPU timelines.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps | Windows Store apps] |
|
IDL |
|
See also