Scaleform::Render::D3D12::Texture::HWTextureDesc

Scaleform::Render::D3D12::Texture::HWTextureDesc
struct HWTextureDesc {
  ImageSize Size;
  Ptr<ID3D12Resource> pTexture;
  Ptr<ID3D12Resource> pStagingTexture;
  D3D12_CPU_DESCRIPTOR_HANDLE SRV;
  D3D12_CPU_DESCRIPTOR_HANDLE RTV;
  D3D12_GPU_DESCRIPTOR_HANDLE GPU;
};
Description

Represents a hardware texture object.

Members
Members 
Description 
ImageSize Size; 
Size of the image used to create the texture. 
File

D3D12_Texture.h