Banuba SDK
libs
djinni
generated
objc
BNBAttachmentStoreOp.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, BNBAttachmentStoreOp)
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
};
NS_ENUM
typedef NS_ENUM(NSInteger, BNBAttachmentStoreOp)
Definition:
BNBAttachmentStoreOp.h:6
Generated by
1.8.17