All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
VuRenderVideoBackgroundData Struct Reference

Public Attributes

const void * renderData
 Render data used for video background.
 
const void * textureData
 Texture data used for video background.
 
const void * textureUnitData
 Texture unit used for video background.
 

Detailed Description

Video background texture input.

Member Data Documentation

◆ renderData

const void* renderData

Render data used for video background.

Note
OpenGL ES: NULL DX11: ID3D11Device* Metal: id<MTLRenderCommandEncoder>

◆ textureData

const void* textureData

Texture data used for video background.

Note
OpenGL ES: NULL DX11: ID3D11Texture2D* Metal: id<MTLTexture>

◆ textureUnitData

const void* textureUnitData

Texture unit used for video background.

Note
OpenGL ES: int* pointing to a variable holding the texture unit ID DX11: NULL Metal: int* pointing to a variable holding the texture unit ID