#include <GteDXGIOutput.h>
Public Member Functions | |
DXGIOutput (DXGIOutput const &object) | |
DXGIOutput (IDXGIOutput *output=nullptr) | |
HRESULT | FindClosestMatchingMode (DXGI_MODE_DESC const &requested, DXGI_MODE_DESC &closest) |
DXGI_OUTPUT_DESC const & | GetDescription () const |
HRESULT | GetDisplayModes (DXGI_FORMAT format, std::vector< DXGI_MODE_DESC > &modeDescriptions) |
IDXGIOutput * | GetOutput () const |
DXGIOutput & | operator= (DXGIOutput const &object) |
~DXGIOutput () | |
Private Attributes | |
DXGI_OUTPUT_DESC | mDescription |
IDXGIOutput * | mOutput |
Definition at line 18 of file GteDXGIOutput.h.
DXGIOutput::~DXGIOutput | ( | ) |
Definition at line 13 of file GteDXGIOutput.cpp.
DXGIOutput::DXGIOutput | ( | DXGIOutput const & | object | ) |
Definition at line 21 of file GteDXGIOutput.cpp.
DXGIOutput::DXGIOutput | ( | IDXGIOutput * | output = nullptr | ) |
Definition at line 28 of file GteDXGIOutput.cpp.
HRESULT DXGIOutput::FindClosestMatchingMode | ( | DXGI_MODE_DESC const & | requested, |
DXGI_MODE_DESC & | closest | ||
) |
Definition at line 101 of file GteDXGIOutput.cpp.
DXGI_OUTPUT_DESC const & DXGIOutput::GetDescription | ( | ) | const |
Definition at line 59 of file GteDXGIOutput.cpp.
HRESULT DXGIOutput::GetDisplayModes | ( | DXGI_FORMAT | format, |
std::vector< DXGI_MODE_DESC > & | modeDescriptions | ||
) |
Definition at line 64 of file GteDXGIOutput.cpp.
IDXGIOutput * DXGIOutput::GetOutput | ( | ) | const |
Definition at line 54 of file GteDXGIOutput.cpp.
DXGIOutput & DXGIOutput::operator= | ( | DXGIOutput const & | object | ) |
Definition at line 40 of file GteDXGIOutput.cpp.
|
private |
Definition at line 46 of file GteDXGIOutput.h.
|
private |
Definition at line 45 of file GteDXGIOutput.h.