Direct3D 11 Utilities. More...
#include "utils.hpp"
#include <D3D11.h>
Go to the source code of this file.
Namespaces | |
namespace | tk11 |
Typedefs | |
typedef boost::intrusive_ptr < ID3D11Device > | tk11::ID3D11Device_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11DeviceContext > | tk11::ID3D11DeviceContext_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11InputLayout > | tk11::ID3D11InputLayout_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11BlendState > | tk11::ID3D11BlendState_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11RasterizerState > | tk11::ID3D11RasterizerState_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11DepthStencilState > | tk11::ID3D11DepthStencilState_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11RenderTargetView > | tk11::ID3D11RenderTargetView_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11DepthStencilView > | tk11::ID3D11DepthStencilView_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11Buffer > | tk11::ID3D11Buffer_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11Resource > | tk11::ID3D11Resource_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11Texture1D > | tk11::ID3D11Texture1D_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11Texture2D > | tk11::ID3D11Texture2D_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11Texture3D > | tk11::ID3D11Texture3D_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11ShaderResourceView > | tk11::ID3D11ShaderResourceView_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11VertexShader > | tk11::ID3D11VertexShader_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D11PixelShader > | tk11::ID3D11PixelShader_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < IDXGIFactory > | tk11::IDXGIFactory_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < IDXGIAdapter > | tk11::IDXGIAdapter_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < IDXGIDevice > | tk11::IDXGIDevice_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < IDXGIOutput > | tk11::IDXGIOutput_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < IDXGISwapChain > | tk11::IDXGISwapChain_ptr |
Smart pointer to COM interface. | |
typedef boost::intrusive_ptr < ID3D10Blob > | tk11::ID3D10Blob_ptr |
Smart pointer to COM interface. |
Direct3D 11 Utilities.