Marks a single point of execution in code.
public:
void SetMarker(
LPCWSTR Name
)
Name
Type: LPCWSTRÂ
[in]
A NULL-terminated UNICODE string that contains the name of the marker. The name is not relevant to the operating system. You can choose a name that is meaningful when the calling application is running under the Microsoft Direct3D profiling tool. A NULL pointer produces undefined results.
A user can visualize the marker when the calling application is running under an enabled Microsoft Direct3D profiling tool.
SetMarker has no effect if the calling application is not running under an enabled Microsoft Direct3D profiling tool.
Header: Declared in d3d11_x.h.
Library: Use d3d11_x.lib.