Fove SDK  v0.16.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)
 

Public Attributes

void * texture = nullptr
 This must point to a ID3D11Texture2D.
 
- 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.