|
Cogs.Core
|
Contains Direct3D11 specific format mappings. More...
Functions | |
| UINT | getBindFlags (uint32_t bindFlags) |
Variables | |
| const DXGI_FORMAT | IndexFormats [] |
| LPCSTR | Semantics [] |
| D3D11_USAGE | Usage [] |
| const D3D11_PRIMITIVE_TOPOLOGY | Topologies [] |
| const D3D11_MAP | MapFlags [] |
| const DXGI_FORMAT | Formats [] |
| Must match up to Format definition. | |
| const D3D11_TEXTURE_ADDRESS_MODE | AddressModes [] |
| const D3D11_FILTER | FilterModes [] |
| const D3D11_COMPARISON_FUNC | ComparisonFunctions [] |
| D3D11_COMPARISON_FUNC | DepthFunctions [] |
| const D3D11_CULL_MODE | CullModes [] |
Contains Direct3D11 specific format mappings.
| UINT Cogs::Direct3D11::getBindFlags | ( | uint32_t | bindFlags | ) |
Definition at line 283 of file BuffersD3D11.cpp.
|
extern |
Definition at line 216 of file FormatsD3D11.cpp.
|
extern |
Definition at line 230 of file FormatsD3D11.cpp.
| const D3D12_CULL_MODE Cogs::Direct3D11::CullModes |
Definition at line 326 of file RenderTargetsD3D11.cpp.
| D3D11_COMPARISON_FUNC Cogs::Direct3D11::DepthFunctions[] |
Definition at line 266 of file RenderTargetsD3D11.cpp.
|
extern |
Definition at line 223 of file FormatsD3D11.cpp.
|
extern |
Must match up to Format definition.
Definition at line 6 of file FormatsD3D11.cpp.
Referenced by Cogs::RenderTargetsD3D11::createDepthStencilTarget(), Cogs::SwapChainD3D11::endFrame(), Cogs::BuffersD3D11::loadInputLayout(), Cogs::TexturesD3D11::loadTexture(), and Cogs::ContextD3D11::resolveResource().
| const DXGI_FORMAT Cogs::Direct3D11::IndexFormats[] |
Definition at line 21 of file BuffersD3D11.cpp.
| const D3D11_MAP Cogs::Direct3D11::MapFlags[] |
Definition at line 42 of file ContextD3D11.cpp.
| LPCSTR Cogs::Direct3D11::Semantics[] |
Definition at line 26 of file BuffersD3D11.cpp.
| const D3D11_PRIMITIVE_TOPOLOGY Cogs::Direct3D11::Topologies[] |
Definition at line 26 of file ContextD3D11.cpp.
| D3D11_USAGE Cogs::Direct3D11::Usage[] |
Definition at line 276 of file BuffersD3D11.cpp.