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

FBO parameters. More...

Detailed Description

FBO parameters.

Public Attributes

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.
 
bool srgb_fbo
 sRGB framebuffer
 

Member Data Documentation

◆ srgb_fbo

bool srgb_fbo

sRGB framebuffer

◆ fp_fbo

bool 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].

◆ scale_x

fbo_scale_axis scale_x

Scaling parameters for X axis.

◆ scale_y

fbo_scale_axis scale_y

Scaling parameters for Y axis.


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