D3D12DDI_DEALLOCATE_FLAGS_0022 enumeration (d3d12umddi.h)

Defines flags for use in deallocation.

Syntax

typedef enum D3D12DDI_DEALLOCATE_FLAGS_0022 {
  D3D12DDI_DEALLOCATE_FLAGS_0022_NONE,
  D3D12DDI_DEALLOCATE_FLAGS_0022_ASSUME_NOT_IN_USE,
  D3D12DDI_DEALLOCATE_FLAGS_0022_SYNCHRONOUS_DESTROY
} ;

Constants

 
D3D12DDI_DEALLOCATE_FLAGS_0022_NONE
No flag value.
D3D12DDI_DEALLOCATE_FLAGS_0022_ASSUME_NOT_IN_USE
Assume that the allocation is not in use.
D3D12DDI_DEALLOCATE_FLAGS_0022_SYNCHRONOUS_DESTROY
Perform synchronous destroy.

Requirements

Requirement Value
Header d3d12umddi.h (include D3d12umddi.h)