D3D12XBOX_DESCRIPTOR_BUFFER_VIEW Structure

Do not use. Internal use only. An opaque structure for the Xbox One native GPU buffer descriptor.

Syntax

typedef struct D3D12XBOX_DESCRIPTOR_BUFFER_VIEW {
    union {
        __m128i Oword;
        UINT64 Qword[D3D12XBOX_DESCRIPTOR_BUFFER_VIEW_SIZE_IN_QWORDS];
        UINT32 Dword[D3D12XBOX_DESCRIPTOR_BUFFER_VIEW_SIZE_IN_DWORDS];
    };
    UINT32 DescriptorSize;
} D3D12XBOX_DESCRIPTOR_BUFFER_VIEW;  

Members

Oword
Descriptor for OWORDs (octo-words).

Qword
Descriptor for QWORDs (quad-words).

Dword
Descriptor for DWORDs (double-words).

DescriptorSize
The size of this structure instance, in bytes.

Remarks

Do not use D3D12XBOX_DESCRIPTOR_BUFFER_VIEW in your code. This structure is an internal member of ID3D12Resource. This structure is declared in the header for use in inline functions in the header.

D3D12XBOX_DESCRIPTOR_BUFFER_VIEW is a redefinition of the D3D11X_DESCRIPTOR_BUFFER_VIEW structure and serves as an opaque structure for the Xbox One native GPU buffer descriptor.

Requirements

Header: Declared in d3d12_x.h.