demo · v136
Binding Compatibility Table
Every binding-slot type crossed against every binding source. The new compatibility — texture_external slot accepting a GPUTextureView — is highlighted blue. Run the live test to confirm your build accepts it.
Note: WebGPU required. The static table renders without it; the runtime test rows show "n/a".
| slot type / source → | GPUTextureView (2D) | GPUTextureView (external from importExternalTexture) | GPUExternalTexture object |
|---|---|---|---|
texture texture_2d |
yes | yes (v136+) | no |
storage texture texture_storage_2d |
yes | no | no |
external texture texture_external |
yes (NEW v136) | yes (NEW v136) | yes |
sampler sampler |
no | no | no |
| buffer (storage) | no | no | no |
runtime result
Idle.