function describeTextureFormat
describeTextureFormat(format: GPUTextureFormat): TextureFormatInfoGet various information about a specific GPUTextureFormat.
Examples
Example 1
Example 1
import { describeTextureFormat } from "@std/webgpu/describe_texture_format"; describeTextureFormat("rgba8unorm-srgb");
Parameters
format: GPUTextureFormat