ID3D12GraphicsCommandList::BeginEvent 方法 (d3d12.h)

请不要直接调用。  使用 PIX 事件运行时 将事件插入命令列表。

语法

void BeginEvent(
                 UINT       Metadata,
  [in, optional] const void *pData,
                 UINT       Size
);

参数

Metadata

类型: UINT

内部。

[in, optional] pData

类型: const void*

内部。

Size

类型: UINT

内部。

返回值

备注

这是 PIX 事件运行时在内部使用的一种支持方法。  它不打算直接调用。

若要在 D3D12 命令列表中标记检测区域的当前位置的起始位置,请使用 PIXBeginEvent 函数或 PIXScopedEvent 宏。  这些由 WinPixEventRuntime NuGet 包提供。

要求

要求
目标平台 Windows
标头 d3d12.h
Library D3d12.lib
DLL D3d12.dll

另请参阅

ID3D12GraphicsCommandList