Fove SDK  v1.3.1
Public Member Functions | Public Attributes | List of all members
Fove_DX11Texture Struct Reference

Struct used to submit a DirectX 11 texture. More...

#include <FoveAPI.h>

Inheritance diagram for Fove_DX11Texture:
Inheritance graph
[legend]
Collaboration diagram for Fove_DX11Texture:
Collaboration graph
[legend]

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...
 

Detailed Description

Struct used to submit a DirectX 11 texture.