Banuba SDK
Instance Methods | Class Methods | Properties | List of all members
BNBAttachmentInfo Class Reference

#import <BNBAttachmentInfo.h>

Inheritance diagram for BNBAttachmentInfo:

Instance Methods

(nonnull instancetype) - initWithLoadBehaviour:storeBehaviour:format:clearColor:generateMipmaps:
 

Class Methods

(nonnull instancetype) + attachmentInfoWithLoadBehaviour:storeBehaviour:format:clearColor:generateMipmaps:
 

Properties

BNBAttachmentLoadOp loadBehaviour
 
BNBAttachmentStoreOp storeBehaviour
 
BNBPixelFormatType format
 
BNBVec4clearColor
 
BOOL generateMipmaps
 

Detailed Description

Definition at line 16 of file BNBAttachmentInfo.h.

Method Documentation

◆ attachmentInfoWithLoadBehaviour:storeBehaviour:format:clearColor:generateMipmaps:

+ (nonnull instancetype) attachmentInfoWithLoadBehaviour: (BNBAttachmentLoadOp)  loadBehaviour
storeBehaviour: (BNBAttachmentStoreOp)  storeBehaviour
format: (BNBPixelFormatType)  format
clearColor: (nonnull BNBVec4 *)  clearColor
generateMipmaps: (BOOL)  generateMipmaps 

◆ initWithLoadBehaviour:storeBehaviour:format:clearColor:generateMipmaps:

- (nonnull instancetype) initWithLoadBehaviour: (BNBAttachmentLoadOp)  loadBehaviour
storeBehaviour: (BNBAttachmentStoreOp)  storeBehaviour
format: (BNBPixelFormatType)  format
clearColor: (nonnull BNBVec4 *)  clearColor
generateMipmaps: (BOOL)  generateMipmaps 

Property Documentation

◆ clearColor

- (BNBVec4*) clearColor
readnonatomicassign

Definition at line 34 of file BNBAttachmentInfo.h.

◆ format

- (BNBPixelFormatType) format
readnonatomicassign

Definition at line 32 of file BNBAttachmentInfo.h.

◆ generateMipmaps

- (BOOL) generateMipmaps
readnonatomicassign

Definition at line 36 of file BNBAttachmentInfo.h.

◆ loadBehaviour

- (BNBAttachmentLoadOp) loadBehaviour
readnonatomicassign

Definition at line 28 of file BNBAttachmentInfo.h.

◆ storeBehaviour

- (BNBAttachmentStoreOp) storeBehaviour
readnonatomicassign

Definition at line 30 of file BNBAttachmentInfo.h.


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