GPUExternalTextureDescriptor constructor
GPUExternalTextureDescriptor({
- String label,
- required JSObject source,
- PredefinedColorSpace colorSpace,
Implementation
external factory GPUExternalTextureDescriptor({
String label,
required JSObject source,
PredefinedColorSpace colorSpace,
});