Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches
video_shader_lut

Public Attributes

SHADER_FILTER_TYPE filter
 Filtering for the texture.
 
char * id
 Name of the sampler uniform, e.g. uniform sampler2D foo.
 
bool mipmap
 Use mipmapping for the texture.
 
char * path
 Path of the texture.
 
SHADER_WRAP_TYPE wrap
 Texture wrapping mode.
 

Member Data Documentation

◆ id

char* id

Name of the sampler uniform, e.g. uniform sampler2D foo.

◆ path

char* path

Path of the texture.

◆ filter

SHADER_FILTER_TYPE filter

Filtering for the texture.

◆ wrap

SHADER_WRAP_TYPE wrap

Texture wrapping mode.

◆ mipmap

bool mipmap

Use mipmapping for the texture.


The documentation for this struct was generated from the following file: