Blender V4.3
blender::realtime_compositor::StaticCacheManager Class Reference

#include <COM_static_cache_manager.hh>

Public Member Functions

void reset ()
 
void skip_next_reset ()
 

Public Attributes

SymmetricBlurWeightsContainer symmetric_blur_weights
 
SymmetricSeparableBlurWeightsContainer symmetric_separable_blur_weights
 
MorphologicalDistanceFeatherWeightsContainer morphological_distance_feather_weights
 
CachedTextureContainer cached_textures
 
CachedMaskContainer cached_masks
 
SMAAPrecomputedTexturesContainer smaa_precomputed_textures
 
OCIOColorSpaceConversionShaderContainer ocio_color_space_conversion_shaders
 
DistortionGridContainer distortion_grids
 
KeyingScreenContainer keying_screens
 
CachedShaderContainer cached_shaders
 
BokehKernelContainer bokeh_kernels
 
CachedImageContainer cached_images
 
DericheGaussianCoefficientsContainer deriche_gaussian_coefficients
 
VanVlietGaussianCoefficientsContainer van_vliet_gaussian_coefficients
 
FogGlowKernelContainer fog_glow_kernels
 

Detailed Description

Definition at line 49 of file COM_static_cache_manager.hh.

Member Function Documentation

◆ reset()

void blender::realtime_compositor::StaticCacheManager::reset ( )

Definition at line 9 of file static_cache_manager.cc.

References bokeh_kernels, cached_images, cached_masks, cached_shaders, cached_textures, deriche_gaussian_coefficients, distortion_grids, fog_glow_kernels, keying_screens, morphological_distance_feather_weights, ocio_color_space_conversion_shaders, blender::realtime_compositor::BokehKernelContainer::reset(), blender::realtime_compositor::CachedImageContainer::reset(), blender::realtime_compositor::CachedMaskContainer::reset(), blender::realtime_compositor::CachedShaderContainer::reset(), blender::realtime_compositor::CachedTextureContainer::reset(), blender::realtime_compositor::DericheGaussianCoefficientsContainer::reset(), blender::realtime_compositor::DistortionGridContainer::reset(), blender::realtime_compositor::FogGlowKernelContainer::reset(), blender::realtime_compositor::KeyingScreenContainer::reset(), blender::realtime_compositor::MorphologicalDistanceFeatherWeightsContainer::reset(), blender::realtime_compositor::OCIOColorSpaceConversionShaderContainer::reset(), blender::realtime_compositor::SMAAPrecomputedTexturesContainer::reset(), blender::realtime_compositor::SymmetricBlurWeightsContainer::reset(), blender::realtime_compositor::SymmetricSeparableBlurWeightsContainer::reset(), blender::realtime_compositor::VanVlietGaussianCoefficientsContainer::reset(), smaa_precomputed_textures, symmetric_blur_weights, symmetric_separable_blur_weights, and van_vliet_gaussian_coefficients.

Referenced by blender::realtime_compositor::Context::reset().

◆ skip_next_reset()

void blender::realtime_compositor::StaticCacheManager::skip_next_reset ( )

Member Data Documentation

◆ bokeh_kernels

◆ cached_images

◆ cached_masks

CachedMaskContainer blender::realtime_compositor::StaticCacheManager::cached_masks

◆ cached_shaders

CachedShaderContainer blender::realtime_compositor::StaticCacheManager::cached_shaders

◆ cached_textures

CachedTextureContainer blender::realtime_compositor::StaticCacheManager::cached_textures

◆ deriche_gaussian_coefficients

DericheGaussianCoefficientsContainer blender::realtime_compositor::StaticCacheManager::deriche_gaussian_coefficients

Definition at line 63 of file COM_static_cache_manager.hh.

Referenced by reset().

◆ distortion_grids

DistortionGridContainer blender::realtime_compositor::StaticCacheManager::distortion_grids

◆ fog_glow_kernels

FogGlowKernelContainer blender::realtime_compositor::StaticCacheManager::fog_glow_kernels

Definition at line 65 of file COM_static_cache_manager.hh.

Referenced by reset().

◆ keying_screens

KeyingScreenContainer blender::realtime_compositor::StaticCacheManager::keying_screens

◆ morphological_distance_feather_weights

MorphologicalDistanceFeatherWeightsContainer blender::realtime_compositor::StaticCacheManager::morphological_distance_feather_weights

Definition at line 53 of file COM_static_cache_manager.hh.

Referenced by reset().

◆ ocio_color_space_conversion_shaders

OCIOColorSpaceConversionShaderContainer blender::realtime_compositor::StaticCacheManager::ocio_color_space_conversion_shaders

◆ smaa_precomputed_textures

SMAAPrecomputedTexturesContainer blender::realtime_compositor::StaticCacheManager::smaa_precomputed_textures

Definition at line 56 of file COM_static_cache_manager.hh.

Referenced by reset().

◆ symmetric_blur_weights

◆ symmetric_separable_blur_weights

SymmetricSeparableBlurWeightsContainer blender::realtime_compositor::StaticCacheManager::symmetric_separable_blur_weights

Definition at line 52 of file COM_static_cache_manager.hh.

Referenced by reset().

◆ van_vliet_gaussian_coefficients

VanVlietGaussianCoefficientsContainer blender::realtime_compositor::StaticCacheManager::van_vliet_gaussian_coefficients

Definition at line 64 of file COM_static_cache_manager.hh.

Referenced by reset().


The documentation for this class was generated from the following files: