menu
sw_rend package
documentation
sw_rend_platform_interface.dart
SwRendPlatform
getPixels method
getPixels method
dark_mode
light_mode
getPixels
method
Future
<
Uint8List
?
>
getPixels
(
int
texId
)
Implementation
Future<Uint8List?> getPixels(int texId) { throw UnimplementedError(); }
sw_rend package
documentation
sw_rend_platform_interface
SwRendPlatform
getPixels method
SwRendPlatform class