Fove SDK  v1.1.0
Public Member Functions | Public Attributes | List of all members
Fove_MetalTexture Struct Reference

Struct used to submit a texture using the Apple Metal API. More...

#include <FoveAPI.h>

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

Public Member Functions

 Fove_MetalTexture (void *const t=nullptr)
 

Public Attributes

void * texture = nullptr
 Pointer to an MTLTexture (which must have MTLTextureUsageShaderRead specified).
 
- Public Attributes inherited from Fove_CompositorTexture
Fove_GraphicsAPI graphicsAPI
 Rendering API of this texture. More...
 

Detailed Description

Struct used to submit a texture using the Apple Metal API.