|
Blender V4.3
|
#include <eevee_shader_shared.hh>
Public Attributes | |
| float4 | color_and_coc [4] |
| float2 | offset |
| float2 | half_extent |
Definition at line 715 of file eevee_shader_shared.hh.
| float4 blender::eevee::ScatterRect::color_and_coc[4] |
Color and CoC of the 4 pixels the scatter sprite represents.
Definition at line 717 of file eevee_shader_shared.hh.
| float2 blender::eevee::ScatterRect::half_extent |
Rect half extent in half pixel space.
Definition at line 721 of file eevee_shader_shared.hh.
| float2 blender::eevee::ScatterRect::offset |
Rect center position in half pixel space.
Definition at line 719 of file eevee_shader_shared.hh.