luxlabs header browser preview


@class SCNFixedSizePage;

@interface SCNMTLBufferAllocatorSubBuffer : SCNMTLBuffer {
    SCNFixedSizePage *_parentPage;
}

- (void)dealloc;
- (id)initWithPage:(id)a0 allocator:(id)a1;

@end