luxlabs header browser preview


@class NSString, NSMutableDictionary, PXGEntityManager, PXGSpriteDataStore, PXScrollViewController;
@protocol PXGRendererDelegate, PXGTextureConverter;

@interface PXGViewRenderer : NSObject <PXScrollViewControllerObserver, PXGRenderer> {
    NSMutableDictionary *_reusableViewsByClass;
    NSMutableDictionary *_reusableViewInfoBySpriteIndex;
    NSMutableDictionary *_trackingContainerViewInfoBySpriteIndex;
    long long _spriteBufferCapacity;
    unsigned int *_spriteIndexes;
    struct { float x0; } *_textureInfos;
    struct CGPoint { double x; double y; } _renderedVisibleOrigin;
    struct UIEdgeInsets { double top; double left; double bottom; double right; } _loadInsets;
    PXGSpriteDataStore *_lastPresentationDataStore;
}

@property (nonatomic) BOOL shouldSeparateViewLayers;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (weak, nonatomic) id<PXGRendererDelegate> delegate;
@property (retain, nonatomic) PXGEntityManager *entityManager;
@property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } visibleRect;
@property (nonatomic) struct { long long scrollRegime; BOOL isAnimatingScroll; BOOL isScrubbing; BOOL isAnimatingContent; unsigned long long contentChangeTrend; BOOL isViewBoundsChanging; BOOL isInitialLoad; BOOL isVisible; struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } targetRect; } interactionState;
@property (nonatomic) struct PXGCameraConfiguration { struct { void /* unknown type, empty encoding */ columns[4]; } viewMatrix; struct { void /* unknown type, empty encoding */ columns[4]; } projectionMatrix; struct { void /* unknown type, empty encoding */ columns[4]; } billboardMatrix; void /* unknown type, empty encoding */ renderOrigin; } cameraConfiguration;
@property (nonatomic) BOOL lowMemoryMode;
@property (readonly, nonatomic) unsigned char presentationType;
@property (readonly, nonatomic) id<PXGTextureConverter> textureConverter;
@property (readonly, nonatomic) BOOL wantsToDriveRender;
@property (readonly, nonatomic) BOOL wantsBGRATextures;
@property (readonly, nonatomic) BOOL wantsMipmaps;
@property (readonly, nonatomic) unsigned long long destinationColorSpaceName;
@property (retain, nonatomic) PXScrollViewController *scrollViewController;
@property (copy, nonatomic) id /* block */ test_renderSnapshotHandler;

- (void)releaseResources;
- (id)init;
- (double)_screenScale;
- (void)renderImmediately;
- (void)setNeedsRender;
- (void)_configureTrackingContainerView:(id)a0 spriteIndex:(unsigned int)a1 sprites:(struct { unsigned int x0; struct *x1; struct *x2; struct *x3; struct *x4; })a2 screenScale:(double)a3;
- (id)startRecordingToDirectoryURL:(id)a0;
- (void)dealloc;
- (void)renderSpritesWithTextures:(id)a0 dataStore:(id)a1 presentationDataStore:(id)a2 presentationMetadataStore:(id)a3 layout:(id)a4;
- (void)updateWithChangeDetails:(id)a0;
- (void)_resizeBuffersForSpriteCount:(long long)a0;
- (void)_makeViewInfoReusable:(id)a0;
- (id)trackingContainerViewForSpriteIndex:(unsigned int)a0;
- (id)viewForSpriteIndex:(unsigned int)a0;
- (void)scrollViewControllerDidScroll:(id)a0;
- (void).cxx_destruct;
- (id)_dequeueViewWithClass:(Class)a0;
- (void)_shiftViewsToCompensateForDeferredVisibleOrigin;

@end