![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
FBO parameters. More...
#include <shaderpreset.h>
Public Attributes | |
bool | srgb_fbo |
sRGB framebuffer | |
bool | fp_fbo |
Float framebuffer. | |
fbo_scale_axis | scale_x |
Scaling parameters for X axis. | |
fbo_scale_axis | scale_y |
Scaling parameters for Y axis. | |
FBO parameters.
bool fbo_scale::fp_fbo |
Float framebuffer.
This parameter defines if the pass should be rendered to a 32-bit floating point buffer. This only takes effect if the pass is actually rendered to an FBO. This is useful for shaders which have to store FBO values outside the range [0, 1].
fbo_scale_axis fbo_scale::scale_x |
Scaling parameters for X axis.
fbo_scale_axis fbo_scale::scale_y |
Scaling parameters for Y axis.
bool fbo_scale::srgb_fbo |
sRGB framebuffer