Bug 1880601 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

With the STR, log out also had the following error message.

-------------------------------------------------------

[ERROR wgpu_core::device::global] Device::create_shader_module error: 
    Shader '' parsing error: unknown type: 'texture_external'
      ┌─ wgsl:3:45
      │
    3 │     @group(0) @binding(1) var videoTexture: texture_external;
      │                                             ^^^^^^^^^^^^^^^^ unknown type
With the STR, log out also had the following error message. It might be related to Bug 1827116.

-------------------------------------------------------

[ERROR wgpu_core::device::global] Device::create_shader_module error: 
    Shader '' parsing error: unknown type: 'texture_external'
      ┌─ wgsl:3:45
      │
    3 │     @group(0) @binding(1) var videoTexture: texture_external;
      │                                             ^^^^^^^^^^^^^^^^ unknown type
With the STR, log out also had the following error message. It might be related to Bug 1827116.

-------------------------------------------------------
>
>[ERROR wgpu_core::device::global] Device::create_shader_module error: 
>    Shader '' parsing error: unknown type: 'texture_external'
>      ┌─ wgsl:3:45
>      │
>    3 │     @group(0) @binding(1) var videoTexture: texture_external;
>      │                                             ^^^^^^^^^^^^^^^^ unknown type

Back to Bug 1880601 Comment 10