C API Unity API
C API Reference (Version 10.22.5)
VuRenderVideoBackgroundData Struct Reference

Detailed Description

Video background texture input.

Public Attributes

const voidrenderData
 Render data used for video background. More...
 
const voidtextureData
 Texture data used for video background. More...
 
const voidtextureUnitData
 Texture unit used for video background. More...
 

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