Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
video_shader_lut Struct Reference

#include <shaderpreset.h>

Public Attributes

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

Member Data Documentation

◆ filter

SHADER_FILTER_TYPE video_shader_lut::filter

Filtering for the texture.

◆ id

char* video_shader_lut::id

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

◆ mipmap

bool video_shader_lut::mipmap

Use mipmapping for the texture.

◆ path

char* video_shader_lut::path

Path of the texture.

◆ wrap

SHADER_WRAP_TYPE video_shader_lut::wrap

Texture wrapping mode.


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