Add -[O3DRenderer createWithResolution:]

FossilOrigin-Name: eb5ac4e75ec321429073f4975efc2c7a9f7eb304f52cdfb598649b4c51914726
This commit is contained in:
Jonathan Schleifer 2022-12-25 21:19:41 +00:00
parent bee59f3938
commit 3ffafe1164
4 changed files with 121 additions and 8 deletions

View file

@ -26,6 +26,7 @@ typedef OFPair OF_GENERIC(OFValue *, OFNumber *) *O3DResolution;
+ (instancetype)alloc;
- (instancetype)initWithOptions:
(nullable OFDictionary OF_GENERIC(OFString *, id) *)options;
- (void)createWithResolution: (O3DResolution)resolution;
@end
#ifdef __cplusplus