Main Page
Namespaces
Classes
Files
File List
File Members
include
Graphics
DX11
GteDX11TextureRT.h
Go to the documentation of this file.
1
// David Eberly, Geometric Tools, Redmond WA 98052
2
// Copyright (c) 1998-2017
3
// Distributed under the Boost Software License, Version 1.0.
4
// http://www.boost.org/LICENSE_1_0.txt
5
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
6
// File Version: 3.0.0 (2016/06/19)
7
8
#pragma once
9
10
#include <
Graphics/GteTextureRT.h
>
11
#include <
Graphics/DX11/GteDX11Texture2.h
>
12
13
namespace
gte
14
{
15
16
class
GTE_IMPEXP
DX11TextureRT
:
public
DX11Texture2
17
{
18
public
:
19
// Construction and destruction.
20
virtual
~
DX11TextureRT
();
21
DX11TextureRT
(ID3D11Device* device,
TextureRT
const
*
texture
);
22
DX11TextureRT
(ID3D11Device* device,
DX11TextureRT
const
* dxSharedTexture);
23
static
std::shared_ptr<GEObject> Create(
void
* device,
GraphicsObject
const
*
object
);
24
25
// Member access.
26
inline
ID3D11RenderTargetView* GetRTView()
const
;
27
28
// Support for the DX11 debug layer; see comments in the file
29
// GteDX11GraphicsObject.h about usage.
30
virtual
void
SetName(
std::string
const
&
name
);
31
32
private
:
33
// Support for construction.
34
void
CreateRTView(ID3D11Device* device, D3D11_TEXTURE2D_DESC
const
& tx);
35
36
ID3D11RenderTargetView*
mRTView
;
37
};
38
39
inline
ID3D11RenderTargetView*
DX11TextureRT::GetRTView
()
const
40
{
41
return
mRTView;
42
}
43
44
}
gte::DX11TextureRT
Definition:
GteDX11TextureRT.h:16
GteDX11Texture2.h
gte::DX11TextureRT::GetRTView
ID3D11RenderTargetView * GetRTView() const
Definition:
GteDX11TextureRT.h:39
name
GLuint const GLchar * name
Definition:
glcorearb.h:781
gte::DX11TextureRT::mRTView
ID3D11RenderTargetView * mRTView
Definition:
GteDX11TextureRT.h:36
gte::GraphicsObject
Definition:
GteGraphicsObject.h:115
string
GLsizei const GLchar *const * string
Definition:
glcorearb.h:809
gte
Definition:
GLX/GteWICFileIO.h:16
texture
GLuint texture
Definition:
glcorearb.h:410
gte::TextureRT
Definition:
GteTextureRT.h:15
GteTextureRT.h
gte::DX11Texture2
Definition:
GteDX11Texture2.h:16
GTE_IMPEXP
#define GTE_IMPEXP
Definition:
GTEngineDEF.h:63
geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 03:59:59