BNBPixelFormatType
Objective-C
NS_ENUM(NSInteger, BNBPixelFormatType)
{
BNBPixelFormatTypeR8,
BNBPixelFormatTypeRg8,
BNBPixelFormatTypeRgb8,
BNBPixelFormatTypeRgba8,
BNBPixelFormatTypeBgra8,
BNBPixelFormatTypeR16f,
BNBPixelFormatTypeRg16f,
BNBPixelFormatTypeRgba16f,
BNBPixelFormatTypeR32f,
BNBPixelFormatTypeRgba32f,
BNBPixelFormatTypeRgb10a2,
BNBPixelFormatTypeDepth16,
BNBPixelFormatTypeDepth24,
BNBPixelFormatTypeDepth32f,
}
Swift
enum BNBPixelFormatType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeR8Swift
case R8 = 0 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeRg8Swift
case rg8 = 1 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeRgb8Swift
case rgb8 = 2 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeRgba8Swift
case rgba8 = 3 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeBgra8Swift
case bgra8 = 4 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeR16fSwift
case r16f = 5 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeRg16fSwift
case rg16f = 6 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeRgba16fSwift
case rgba16f = 7 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeR32fSwift
case r32f = 8 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeRgba32fSwift
case rgba32f = 9 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeRgb10a2Swift
case rgb10a2 = 10 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeDepth16Swift
case depth16 = 11 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeDepth24Swift
case depth24 = 12 -
Undocumented
Declaration
Objective-C
BNBPixelFormatTypeDepth32fSwift
case depth32f = 13
BNBPixelFormatType Enumeration Reference