Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzuFilterConfiguration Struct Reference

Configuration for filter types. More...

#include <kzu_object_source_base.h>

Data Fields

KzuFilterStartFunction startFunction
 Function to call every frame in the beginning of apply. More...
 
KzuFilterDeleteFunction deleteFunction
 Function which is called when the filter is deleted. More...
 
KzuFilterApplyFunction applyFunction
 Function to use for evaluation whether a specific object will be included or not. More...
 

Detailed Description

Configuration for filter types.

Field Documentation

KzuFilterStartFunction KzuFilterConfiguration::startFunction

Function to call every frame in the beginning of apply.

Can be KZ_NULL.

KzuFilterDeleteFunction KzuFilterConfiguration::deleteFunction

Function which is called when the filter is deleted.

Can be KZ_NULL.

KzuFilterApplyFunction KzuFilterConfiguration::applyFunction

Function to use for evaluation whether a specific object will be included or not.


The documentation for this struct was generated from the following file: