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

#include <COM_symmetric_blur_weights.hh>

Inherits blender::realtime_compositor::CachedResource.

Public Member Functions

 SymmetricBlurWeights (Context &context, int type, float2 radius)
 
 ~SymmetricBlurWeights ()
 
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 44 of file COM_symmetric_blur_weights.hh.

Constructor & Destructor Documentation

◆ SymmetricBlurWeights()

◆ ~SymmetricBlurWeights()

blender::realtime_compositor::SymmetricBlurWeights::~SymmetricBlurWeights ( )

Definition at line 111 of file symmetric_blur_weights.cc.

References GPU_texture_free().

Member Function Documentation

◆ bind_as_texture()

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

◆ unbind_as_texture()

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

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