update generated Swift bindings

This commit is contained in:
Nick Fisher
2025-03-17 16:55:28 +08:00
parent d710ab810c
commit 4205b86f13
3 changed files with 1 additions and 20564 deletions

View File

@@ -309,7 +309,7 @@ SWIFT_CLASS("_TtC12swift_module20ThermionTextureSwift")
@property (nonatomic, strong) id <MTLTexture> _Nullable metalTexture;
@property (nonatomic) NSInteger metalTextureAddress;
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)initWithWidth:(int64_t)width height:(int64_t)height OBJC_DESIGNATED_INITIALIZER;
- (nonnull instancetype)initWithWidth:(int64_t)width height:(int64_t)height isDepth:(BOOL)isDepth OBJC_DESIGNATED_INITIALIZER;
- (void)destroyTexture;
- (void)fillColor;
- (NSData * _Nullable)getTextureBytes SWIFT_WARN_UNUSED_RESULT;