Banuba SDK
Classes | Macros
BNBProceduralTexture.h File Reference
#import "BNBProceduralAlgorithmType.h"
#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  BNBProceduralTexture
 

Macros

#define DJINNI_EXPORT   __attribute__((__visibility__("default")))
 Class, which represent some predefined processing algorithm for some image. More...
 

Macro Definition Documentation

◆ DJINNI_EXPORT

#define DJINNI_EXPORT   __attribute__((__visibility__("default")))

Class, which represent some predefined processing algorithm for some image.

May or may NOT take some image as input (depends on algorithm). Result image is procedural texture itself. Image processing occurs before any render list task executing. Subclass of image.

Definition at line 19 of file BNBProceduralTexture.h.