Skip to content

Latest commit

 

History

History
66 lines (56 loc) · 3.33 KB

nf-d3d12-id3d12graphicscommandlist3-setprotectedresourcesession.md

File metadata and controls

66 lines (56 loc) · 3.33 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3d12.ID3D12GraphicsCommandList3.SetProtectedResourceSession
ID3D12GraphicsCommandList3::SetProtectedResourceSession
Specifies whether or not protected resources can be accessed by subsequent commands in the command list.
ID3D12GraphicsCommandList3 interface
SetProtectedResourceSession method
ID3D12GraphicsCommandList3.SetProtectedResourceSession
ID3D12GraphicsCommandList3::SetProtectedResourceSession
SetProtectedResourceSession
SetProtectedResourceSession method
SetProtectedResourceSession method
ID3D12GraphicsCommandList3 interface
d3d12/ID3D12GraphicsCommandList3::SetProtectedResourceSession
direct3d12.id3d12graphicscommandlist3_setprotectedresourcesession
direct3d12\id3d12graphicscommandlist3_setprotectedresourcesession.htm
direct3d12
5D176919-34DC-4FD5-A577-78B03D5AB76B
12/05/2018
ID3D12GraphicsCommandList3 interface,SetProtectedResourceSession method, ID3D12GraphicsCommandList3.SetProtectedResourceSession, ID3D12GraphicsCommandList3::SetProtectedResourceSession, SetProtectedResourceSession, SetProtectedResourceSession method, SetProtectedResourceSession method,ID3D12GraphicsCommandList3 interface, d3d12/ID3D12GraphicsCommandList3::SetProtectedResourceSession, direct3d12.id3d12graphicscommandlist3_setprotectedresourcesession
d3d12.h
Windows
Windows 10 [desktop apps only]
Windows Server 2016 [desktop apps only]
D3D12.lib
D3D12.dll
Windows
19H1
ID3D12GraphicsCommandList3::SetProtectedResourceSession
d3d12/ID3D12GraphicsCommandList3::SetProtectedResourceSession
c++
APIRef
kbSyntax
COM
D3D12.dll
ID3D12GraphicsCommandList3.SetProtectedResourceSession

-description

Specifies whether or not protected resources can be accessed by subsequent commands in the command list. By default, no protected resources are enabled. After calling SetProtectedResourceSession with a valid session, protected resources of the same type can refer to that session. After calling SetProtectedResourceSession with NULL, no protected resources can be accessed.

-parameters

-param pProtectedResourceSession [in, optional]

Type: ID3D12ProtectedResourceSession*

An optional pointer to an ID3D12ProtectedResourceSession. You can obtain an ID3D12ProtectedResourceSession by calling ID3D12Device4::CreateProtectedResourceSession.

-returns

If set, indicates that protected resources can be accessed with the given session. Access to protected resources can only happen after SetProtectedResourceSession is called with a valid session. The command list state is cleared when calling this method. If you pass NULL, then no protected resources can be accessed.

-see-also

ID3D12GraphicsCommandList3