Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/daybreak/src/wgpu/consts.ts>WGPUTextureFormat

[WIP] WebGPU API implementation for Deno, built using Dawn with FFI.
Latest
enum WGPUTextureFormat
import { WGPUTextureFormat } from "https://deno.land/x/daybreak@0.1.2/src/wgpu/consts.ts";

Members

ASTC10x10Unorm = 90
ASTC10x10UnormSrgb = 91
ASTC10x5Unorm = 84
ASTC10x5UnormSrgb = 85
ASTC10x6Unorm = 86
ASTC10x6UnormSrgb = 87
ASTC10x8Unorm = 88
ASTC10x8UnormSrgb = 89
ASTC12x10Unorm = 92
ASTC12x10UnormSrgb = 93
ASTC12x12Unorm = 94
ASTC12x12UnormSrgb = 95
ASTC4x4Unorm = 68
ASTC4x4UnormSrgb = 69
ASTC5x4Unorm = 70
ASTC5x4UnormSrgb = 71
ASTC5x5Unorm = 72
ASTC5x5UnormSrgb = 73
ASTC6x5Unorm = 74
ASTC6x5UnormSrgb = 75
ASTC6x6Unorm = 76
ASTC6x6UnormSrgb = 77
ASTC8x5Unorm = 78
ASTC8x5UnormSrgb = 79
ASTC8x6Unorm = 80
ASTC8x6UnormSrgb = 81
ASTC8x8Unorm = 82
ASTC8x8UnormSrgb = 83
BC1RGBAUnorm = 44
BC1RGBAUnormSrgb = 45
BC2RGBAUnorm = 46
BC2RGBAUnormSrgb = 47
BC3RGBAUnorm = 48
BC3RGBAUnormSrgb = 49
BC4RSnorm = 51
BC4RUnorm = 50
BC5RGSnorm = 53
BC5RGUnorm = 52
BC6HRGBFloat = 55
BC6HRGBUfloat = 54
BC7RGBAUnorm = 56
BC7RGBAUnormSrgb = 57
BGRA8Unorm = 23
BGRA8UnormSrgb = 24
Depth16Unorm = 38
Depth24Plus = 39
Depth24PlusStencil8 = 40
Depth24UnormStencil8 = 41
Depth32Float = 42
Depth32FloatStencil8 = 43
EACR11Snorm = 65
EACR11Unorm = 64
EACRG11Snorm = 67
EACRG11Unorm = 66
ETC2RGB8A1Unorm = 60
ETC2RGB8A1UnormSrgb = 61
ETC2RGB8Unorm = 58
ETC2RGB8UnormSrgb = 59
ETC2RGBA8Unorm = 62
ETC2RGBA8UnormSrgb = 63
R16Float = 7
R16Sint = 6
R16Uint = 5
R32Float = 12
R32Sint = 14
R32Uint = 13
R8BG8Biplanar420Unorm = 96
R8Sint = 4
R8Snorm = 2
R8Uint = 3
R8Unorm = 1
RG11B10Ufloat = 26
RG16Float = 17
RG16Sint = 16
RG16Uint = 15
RG32Float = 28
RG32Sint = 30
RG32Uint = 29
RG8Sint = 11
RG8Snorm = 9
RG8Uint = 10
RG8Unorm = 8
RGB10A2Unorm = 25
RGB9E5Ufloat = 27
RGBA16Float = 33
RGBA16Sint = 32
RGBA16Uint = 31
RGBA32Float = 34
RGBA32Sint = 36
RGBA32Uint = 35
RGBA8Sint = 22
RGBA8Snorm = 20
RGBA8Uint = 21
RGBA8Unorm = 18
RGBA8UnormSrgb = 19
Stencil8 = 37
Undefined = 0