luxlabs header browser preview


@class IOSurface;

@interface REIOSurfaceTexturePayload : RESharedResourcePayload

@property (readonly, nonatomic) IOSurface *ioSurface;
@property (readonly, nonatomic) unsigned long long planeIndex;
@property (readonly, nonatomic) unsigned long long pixelFormat;

+ (BOOL)supportsSecureCoding;

- (id)redactedDescription;
- (void)encodeWithCoder:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (BOOL)hasSameUnderlyingIOSurface:(id)a0;
- (id)initWithIOSurface:(id)a0 plane:(unsigned long long)a1 pixelFormat:(unsigned long long)a2;

@end