Vireo  0.0
Vireo 3D Rendering Hardware Interface
PhysicalDeviceDesc Struct Reference

Detailed Description

Description of a video adapter

Manual page : Backend instances, physical devices and logical devices

Public Attributes

std::wstring name {L"Unknown"}
 Adapter name. More...
 
size_t dedicatedVideoMemory {0}
 The number of bytes of dedicated video memory that are not shared with the CPU. More...
 
size_t dedicatedSystemMemory {0}
 The number of bytes of dedicated system memory that are not shared with the CPU. More...
 
size_t sharedSystemMemory {0}
 The number of bytes of shared system memory. More...
 

Member Data Documentation

size_t dedicatedSystemMemory {0}

The number of bytes of dedicated system memory that are not shared with the CPU.

size_t dedicatedVideoMemory {0}

The number of bytes of dedicated video memory that are not shared with the CPU.

std::wstring name {L"Unknown"}

Adapter name.

size_t sharedSystemMemory {0}

The number of bytes of shared system memory.