|
Blender V5.0
|
#include <gpencil_shader.hh>
Static Public Member Functions | |
| static ShaderCache & | get () |
| static void | release () |
Public Attributes | |
| StaticShader | antialiasing [3] |
| StaticShader | accumulation = {"gpencil_antialiasing_accumulation"} |
| StaticShader | geometry = {"gpencil_geometry"} |
| StaticShader | layer_blend = {"gpencil_layer_blend"} |
| StaticShader | depth_merge = {"gpencil_depth_merge"} |
| StaticShader | mask_invert = {"gpencil_mask_invert"} |
| StaticShader | fx_composite = {"gpencil_fx_composite"} |
| StaticShader | fx_colorize = {"gpencil_fx_colorize"} |
| StaticShader | fx_blur = {"gpencil_fx_blur"} |
| StaticShader | fx_glow = {"gpencil_fx_glow"} |
| StaticShader | fx_pixelize = {"gpencil_fx_pixelize"} |
| StaticShader | fx_rim = {"gpencil_fx_rim"} |
| StaticShader | fx_shadow = {"gpencil_fx_shadow"} |
| StaticShader | fx_transform = {"gpencil_fx_transform"} |
Definition at line 17 of file gpencil_shader.hh.
|
inlinestatic |
Definition at line 26 of file gpencil_shader.hh.
References get().
Referenced by blender::draw::gpencil::Instance::antialiasing_accumulate(), blender::draw::gpencil::Instance::begin_sync(), and get().
|
inlinestatic |
Definition at line 30 of file gpencil_shader.hh.
Referenced by blender::draw::gpencil::Engine::free_static().
| StaticShader blender::draw::gpencil::ShaderCache::accumulation = {"gpencil_antialiasing_accumulation"} |
Definition at line 40 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::antialiasing[3] |
Definition at line 36 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::depth_merge = {"gpencil_depth_merge"} |
Definition at line 46 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::fx_blur = {"gpencil_fx_blur"} |
Definition at line 52 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::fx_colorize = {"gpencil_fx_colorize"} |
Definition at line 51 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::fx_composite = {"gpencil_fx_composite"} |
Definition at line 50 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::fx_glow = {"gpencil_fx_glow"} |
Definition at line 53 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::fx_pixelize = {"gpencil_fx_pixelize"} |
Definition at line 54 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::fx_rim = {"gpencil_fx_rim"} |
Definition at line 55 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::fx_shadow = {"gpencil_fx_shadow"} |
Definition at line 56 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::fx_transform = {"gpencil_fx_transform"} |
Definition at line 57 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::geometry = {"gpencil_geometry"} |
Definition at line 42 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::layer_blend = {"gpencil_layer_blend"} |
Definition at line 44 of file gpencil_shader.hh.
| StaticShader blender::draw::gpencil::ShaderCache::mask_invert = {"gpencil_mask_invert"} |
Definition at line 48 of file gpencil_shader.hh.