Fove SDK  v0.17.0
Public Attributes | List of all members
Fove_CompositorTexture Struct Reference

Base class of API-specific texture classes. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_CompositorTexture:
Collaboration graph
[legend]

Public Attributes

Fove_GraphicsAPI graphicsAPI
 Rendering API of this texture. More...
 

Detailed Description

Base class of API-specific texture classes.

Member Data Documentation

◆ graphicsAPI

Fove_GraphicsAPI Fove_CompositorTexture::graphicsAPI

Rendering API of this texture.

If this is DirectX, this object must be a Fove_DX11Texture If this is OpenGL, this object must be a Fove_GLTexture In C++ this field is initialized automatically by the subclass