![]() |
Fove SDK
v1.2.0
|
Base class of API-specific texture classes. More...
#include <FoveAPI.h>


Public Attributes | |
| Fove_GraphicsAPI | graphicsAPI |
| Rendering API of this texture. More... | |
Base class of API-specific texture classes.
| 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 If this is Metal, this object must be a Fove_MetalTexture If this is Vulkan, this object must be a Fove_VulkanTexture In C++ this field is initialized automatically by the subclass
1.8.17