ID3D11CommandList::GetContextFlags 方法 (d3d11.h)

获取与创建命令列表的延迟上下文关联的初始化标志。

语法

UINT GetContextFlags();

返回值

类型: UINT

上下文标志保留供将来使用,并且始终为 0。

注解

GetContextFlags 方法获取提供给 ID3D11Device::CreateDeferredContextContextFlags 参数的标志;但是,上下文标志保留供将来使用。

要求

要求
目标平台 Windows
标头 d3d11.h
Library D3d11.lib

另请参阅

ID3D11CommandList