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

#include <COM_symmetric_separable_blur_weights.hh>

Inherits blender::realtime_compositor::CachedResource.

Public Member Functions

 SymmetricSeparableBlurWeights (Context &context, int type, float radius)
 
 ~SymmetricSeparableBlurWeights ()
 
void bind_as_texture (GPUShader *shader, const char *texture_name) const
 
void unbind_as_texture () const
 

Additional Inherited Members

- Public Attributes inherited from blender::realtime_compositor::CachedResource
bool needed = true
 

Detailed Description

Definition at line 50 of file COM_symmetric_separable_blur_weights.hh.

Constructor & Destructor Documentation

◆ SymmetricSeparableBlurWeights()

◆ ~SymmetricSeparableBlurWeights()

blender::realtime_compositor::SymmetricSeparableBlurWeights::~SymmetricSeparableBlurWeights ( )

Definition at line 91 of file symmetric_separable_blur_weights.cc.

References GPU_texture_free().

Member Function Documentation

◆ bind_as_texture()

void blender::realtime_compositor::SymmetricSeparableBlurWeights::bind_as_texture ( GPUShader * shader,
const char * texture_name ) const

◆ unbind_as_texture()

void blender::realtime_compositor::SymmetricSeparableBlurWeights::unbind_as_texture ( ) const

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