|
Blender V4.5
|
#include <GPU_shader_shared.hh>
Public Attributes | |
| float | left_handle |
| float | right_handle |
| float | content_start |
| float | content_end |
| float | handle_width |
| float | bottom |
| float | top |
| float | strip_content_top |
| uint | flags |
| uint | col_background |
| uint | col_outline |
| uint | col_color_band |
| uint | col_transition_in |
| uint | col_transition_out |
| float | _pad0 |
| float | _pad1 |
Definition at line 134 of file GPU_shader_shared.hh.
| float SeqStripDrawData::_pad0 |
Definition at line 150 of file GPU_shader_shared.hh.
| float SeqStripDrawData::_pad1 |
Definition at line 150 of file GPU_shader_shared.hh.
| float SeqStripDrawData::bottom |
Definition at line 141 of file GPU_shader_shared.hh.
Referenced by blender::ed::vse::StripsDrawBatch::add_strip().
| uint SeqStripDrawData::col_background |
Definition at line 146 of file GPU_shader_shared.hh.
| uint SeqStripDrawData::col_color_band |
Definition at line 148 of file GPU_shader_shared.hh.
| uint SeqStripDrawData::col_outline |
Definition at line 147 of file GPU_shader_shared.hh.
| uint SeqStripDrawData::col_transition_in |
Definition at line 149 of file GPU_shader_shared.hh.
| uint SeqStripDrawData::col_transition_out |
Definition at line 149 of file GPU_shader_shared.hh.
| float SeqStripDrawData::content_end |
Definition at line 137 of file GPU_shader_shared.hh.
Referenced by blender::ed::vse::StripsDrawBatch::add_strip().
| float SeqStripDrawData::content_start |
Definition at line 137 of file GPU_shader_shared.hh.
Referenced by blender::ed::vse::StripsDrawBatch::add_strip().
| uint SeqStripDrawData::flags |
Definition at line 144 of file GPU_shader_shared.hh.
Referenced by blender::ed::vse::StripsDrawBatch::add_strip().
| float SeqStripDrawData::handle_width |
Definition at line 139 of file GPU_shader_shared.hh.
Referenced by blender::ed::vse::StripsDrawBatch::add_strip().
| float SeqStripDrawData::left_handle |
Definition at line 136 of file GPU_shader_shared.hh.
Referenced by blender::ed::vse::StripsDrawBatch::add_strip().
| float SeqStripDrawData::right_handle |
Definition at line 136 of file GPU_shader_shared.hh.
Referenced by blender::ed::vse::StripsDrawBatch::add_strip().
| float SeqStripDrawData::strip_content_top |
Definition at line 143 of file GPU_shader_shared.hh.
Referenced by blender::ed::vse::StripsDrawBatch::add_strip().
| float SeqStripDrawData::top |
Definition at line 142 of file GPU_shader_shared.hh.
Referenced by blender::ed::vse::StripsDrawBatch::add_strip().