| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#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.   | |
| SHADER_FILTER_TYPE video_shader_lut::filter | 
Filtering for the texture.
| char* video_shader_lut::id | 
Name of the sampler uniform, e.g. uniform sampler2D foo. 
| bool video_shader_lut::mipmap | 
Use mipmapping for the texture.
| char* video_shader_lut::path | 
Path of the texture.
| SHADER_WRAP_TYPE video_shader_lut::wrap | 
Texture wrapping mode.