![]() |
Fove SDK
v1.2.0
|
Struct used to submit a DirectX 11 texture. More...
#include <FoveAPI.h>


Public Member Functions | |
| Fove_DX11Texture (void *const t=nullptr, void *const rv=nullptr) | |
Public Attributes | |
| void * | resourceView = nullptr |
| Pointer to the texture ID3D11ShaderResourceView interface. | |
| void * | texture = nullptr |
| Pointer to the texture ID3D11Texture2D interface. | |
Public Attributes inherited from Fove_CompositorTexture | |
| Fove_GraphicsAPI | graphicsAPI |
| Rendering API of this texture. More... | |
Struct used to submit a DirectX 11 texture.
1.8.17