RetroArch
Public Attributes | List of all members
D3D12_RESOURCE_DESC Struct Reference

#include <d3d12.h>

Collaboration diagram for D3D12_RESOURCE_DESC:
[legend]

Public Attributes

D3D12_RESOURCE_DIMENSION Dimension
 
UINT64 Alignment
 
UINT64 Width
 
UINT Height
 
UINT16 DepthOrArraySize
 
UINT16 MipLevels
 
DXGI_FORMAT Format
 
DXGI_SAMPLE_DESC SampleDesc
 
D3D12_TEXTURE_LAYOUT Layout
 
D3D12_RESOURCE_FLAGS Flags
 

Member Data Documentation

◆ Alignment

UINT64 D3D12_RESOURCE_DESC::Alignment

◆ DepthOrArraySize

UINT16 D3D12_RESOURCE_DESC::DepthOrArraySize

◆ Dimension

D3D12_RESOURCE_DIMENSION D3D12_RESOURCE_DESC::Dimension

◆ Flags

D3D12_RESOURCE_FLAGS D3D12_RESOURCE_DESC::Flags

◆ Format

DXGI_FORMAT D3D12_RESOURCE_DESC::Format

◆ Height

UINT D3D12_RESOURCE_DESC::Height

◆ Layout

D3D12_TEXTURE_LAYOUT D3D12_RESOURCE_DESC::Layout

◆ MipLevels

UINT16 D3D12_RESOURCE_DESC::MipLevels

◆ SampleDesc

DXGI_SAMPLE_DESC D3D12_RESOURCE_DESC::SampleDesc

◆ Width

UINT64 D3D12_RESOURCE_DESC::Width

The documentation for this struct was generated from the following file: