D3D12XBOX_DESCRIPTOR_TEXTURE_VIEW Structure

Do not use. Internal use only. An opaque structure for the Xbox One native texture view descriptor.

Syntax

typedef struct D3D12XBOX_DESCRIPTOR_TEXTURE_VIEW {
    union {
        __m128i Oword[D3D12XBOX_DESCRIPTOR_TEXTURE_VIEW_SIZE_IN_OWORDS];
        UINT64 Qword[D3D12XBOX_DESCRIPTOR_TEXTURE_VIEW_SIZE_IN_QWORDS];
        UINT32 Dword[D3D12XBOX_DESCRIPTOR_TEXTURE_VIEW_SIZE_IN_DWORDS];
    };
    UINT32 DescriptorSize;
} D3D12XBOX_DESCRIPTOR_TEXTURE_VIEW;  

Members

Oword
Descriptor texture view size in octo-words.

Qword
Descriptor texture view size in quad-words.

Dword
Descriptor texture view size in double-words.

DescriptorSize
The size of this structure instance, in bytes.

Remarks

Do not use D3D12XBOX_DESCRIPTOR_TEXTURE_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_TEXTURE_VIEW is a redefinition of the D3D11X_DESCRIPTOR_TEXTURE_VIEW structure and serves as an opaque structure for the Xbox One native GPU texture view descriptor.

Requirements

Header: Declared in d3d12_x.h.