importExternalTexture method

GPUExternalTexture importExternalTexture(
  1. GPUExternalTextureDescriptor descriptor
)

Implementation

GPUExternalTexture importExternalTexture(
        GPUExternalTextureDescriptor descriptor) =>
    js_util.callMethod(this, 'importExternalTexture', [descriptor]);