DXGK_CREATEALLOCATIONFLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGK_CREATEALLOCATIONFLAGS {
  union {
    struct {
      UINT Resource : 1;
      UINT Reserved : 31;
    };
    UINT Value;
  };
} DXGK_CREATEALLOCATIONFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_createallocationflags)

DXGK_CREATEALLOCATIONFLAGS structure

Description

The DXGK_CREATEALLOCATIONFLAGS structure identifies how to create allocations.

Members

Resource

A UINT value that specifies whether allocations belong to a resource.

Reserved

This member is reserved and should be set to zero.

Value

An alternative way to access the structure.

See also

DXGKARG_CREATEALLOCATION