Banuba SDK
Functions
BNBAttachmentStoreOp.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBAttachmentStoreOp)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBAttachmentStoreOp   
)

Save pixels, to be read later by sampler or loaded in the next frame

No need to store pixels after pass finish

Definition at line 6 of file BNBAttachmentStoreOp.h.

7 {
8  /**
9  * Save pixels, to be read later by sampler
10  * or loaded in the next frame
11  */
12  BNBAttachmentStoreOpSave,
13  /** No need to store pixels after pass finish */
14  BNBAttachmentStoreOpDiscard,
15 };