Banuba SDK
BNBAttachmentLoadOp.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file was generated by Djinni from scene.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 typedef NS_ENUM(NSInteger, BNBAttachmentLoadOp)
7 {
8  /**
9  * Don't care about attachment content at the pass
10  * start (pass will overwrite all pixels)
11  */
12  BNBAttachmentLoadOpDontCare,
13  /** Clear to `clear_color` at pass start */
14  BNBAttachmentLoadOpClear,
15  /** load pixels from the previous frame */
16  BNBAttachmentLoadOpLoad,
17 };
NS_ENUM
typedef NS_ENUM(NSInteger, BNBAttachmentLoadOp)
Definition: BNBAttachmentLoadOp.h:6