Skip to main content
Describes a meta command.

Syntax

Members

Id
Type: GUID
A GUID uniquely identifying the meta command. Name
Type: LPCWSTR
The meta command name. InitializationDirtyState
Type: D3D12_GRAPHICS_STATES
Declares the command list states that are modified by the call to initialize the meta command. If all state bits are set, then that’s equivalent to calling ID3D12GraphicsCommandList::ClearState. ExecutionDirtyState
Type: D3D12_GRAPHICS_STATES
Declares the command list states that are modified by the call to execute the meta command. If all state bits are set, then that’s equivalent to calling ID3D12GraphicsCommandList::ClearState.

Requirements

Header: d3d12_xs.h or d3d12_x.h
Library: d3d12_xs.lib or d3d12_x.lib
Supported Platforms: XBOX Series consoles and XBOX One family
Last modified on August 20, 2026