Table of Contents

Enum GPUTextureFormat

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[To("None")]
public enum GPUTextureFormat

Fields

[EnumValue("r8unorm")] R8unorm = 0
[EnumValue("r8snorm")] R8snorm = 1
[EnumValue("r8uint")] R8uint = 2
[EnumValue("r8sint")] R8sint = 3
[EnumValue("r16uint")] R16uint = 4
[EnumValue("r16sint")] R16sint = 5
[EnumValue("r16float")] R16float = 6
[EnumValue("rg8unorm")] Rg8unorm = 7
[EnumValue("rg8snorm")] Rg8snorm = 8
[EnumValue("rg8uint")] Rg8uint = 9
[EnumValue("rg8sint")] Rg8sint = 10
[EnumValue("r32uint")] R32uint = 11
[EnumValue("r32sint")] R32sint = 12
[EnumValue("r32float")] R32float = 13
[EnumValue("rg16uint")] Rg16uint = 14
[EnumValue("rg16sint")] Rg16sint = 15
[EnumValue("rg16float")] Rg16float = 16
[EnumValue("rgba8unorm")] Rgba8unorm = 17
[EnumValue("rgba8unorm-srgb")] Rgba8unormSrgb = 18
[EnumValue("rgba8snorm")] Rgba8snorm = 19
[EnumValue("rgba8uint")] Rgba8uint = 20
[EnumValue("rgba8sint")] Rgba8sint = 21
[EnumValue("bgra8unorm")] Bgra8unorm = 22
[EnumValue("bgra8unorm-srgb")] Bgra8unormSrgb = 23
[EnumValue("rgb9e5ufloat")] Rgb9e5ufloat = 24
[EnumValue("rgb10a2uint")] Rgb10a2uint = 25
[EnumValue("rgb10a2unorm")] Rgb10a2unorm = 26
[EnumValue("rg11b10ufloat")] Rg11b10ufloat = 27
[EnumValue("rg32uint")] Rg32uint = 28
[EnumValue("rg32sint")] Rg32sint = 29
[EnumValue("rg32float")] Rg32float = 30
[EnumValue("rgba16uint")] Rgba16uint = 31
[EnumValue("rgba16sint")] Rgba16sint = 32
[EnumValue("rgba16float")] Rgba16float = 33
[EnumValue("rgba32uint")] Rgba32uint = 34
[EnumValue("rgba32sint")] Rgba32sint = 35
[EnumValue("rgba32float")] Rgba32float = 36
[EnumValue("stencil8")] Stencil8 = 37
[EnumValue("depth16unorm")] Depth16unorm = 38
[EnumValue("depth24plus")] Depth24plus = 39
[EnumValue("depth24plus-stencil8")] Depth24plusStencil8 = 40
[EnumValue("depth32float")] Depth32float = 41
[EnumValue("depth32float-stencil8")] Depth32floatStencil8 = 42
[EnumValue("bc1-rgba-unorm")] Bc1RgbaUnorm = 43
[EnumValue("bc1-rgba-unorm-srgb")] Bc1RgbaUnormSrgb = 44
[EnumValue("bc2-rgba-unorm")] Bc2RgbaUnorm = 45
[EnumValue("bc2-rgba-unorm-srgb")] Bc2RgbaUnormSrgb = 46
[EnumValue("bc3-rgba-unorm")] Bc3RgbaUnorm = 47
[EnumValue("bc3-rgba-unorm-srgb")] Bc3RgbaUnormSrgb = 48
[EnumValue("bc4-r-unorm")] Bc4RUnorm = 49
[EnumValue("bc4-r-snorm")] Bc4RSnorm = 50
[EnumValue("bc5-rg-unorm")] Bc5RgUnorm = 51
[EnumValue("bc5-rg-snorm")] Bc5RgSnorm = 52
[EnumValue("bc6h-rgb-ufloat")] Bc6hRgbUfloat = 53
[EnumValue("bc6h-rgb-float")] Bc6hRgbFloat = 54
[EnumValue("bc7-rgba-unorm")] Bc7RgbaUnorm = 55
[EnumValue("bc7-rgba-unorm-srgb")] Bc7RgbaUnormSrgb = 56
[EnumValue("etc2-rgb8unorm")] Etc2Rgb8unorm = 57
[EnumValue("etc2-rgb8unorm-srgb")] Etc2Rgb8unormSrgb = 58
[EnumValue("etc2-rgb8a1unorm")] Etc2Rgb8a1unorm = 59
[EnumValue("etc2-rgb8a1unorm-srgb")] Etc2Rgb8a1unormSrgb = 60
[EnumValue("etc2-rgba8unorm")] Etc2Rgba8unorm = 61
[EnumValue("etc2-rgba8unorm-srgb")] Etc2Rgba8unormSrgb = 62
[EnumValue("eac-r11unorm")] EacR11unorm = 63
[EnumValue("eac-r11snorm")] EacR11snorm = 64
[EnumValue("eac-rg11unorm")] EacRg11unorm = 65
[EnumValue("eac-rg11snorm")] EacRg11snorm = 66
[EnumValue("astc-4x4-unorm")] Astc4x4Unorm = 67
[EnumValue("astc-4x4-unorm-srgb")] Astc4x4UnormSrgb = 68
[EnumValue("astc-5x4-unorm")] Astc5x4Unorm = 69
[EnumValue("astc-5x4-unorm-srgb")] Astc5x4UnormSrgb = 70
[EnumValue("astc-5x5-unorm")] Astc5x5Unorm = 71
[EnumValue("astc-5x5-unorm-srgb")] Astc5x5UnormSrgb = 72
[EnumValue("astc-6x5-unorm")] Astc6x5Unorm = 73
[EnumValue("astc-6x5-unorm-srgb")] Astc6x5UnormSrgb = 74
[EnumValue("astc-6x6-unorm")] Astc6x6Unorm = 75
[EnumValue("astc-6x6-unorm-srgb")] Astc6x6UnormSrgb = 76
[EnumValue("astc-8x5-unorm")] Astc8x5Unorm = 77
[EnumValue("astc-8x5-unorm-srgb")] Astc8x5UnormSrgb = 78
[EnumValue("astc-8x6-unorm")] Astc8x6Unorm = 79
[EnumValue("astc-8x6-unorm-srgb")] Astc8x6UnormSrgb = 80
[EnumValue("astc-8x8-unorm")] Astc8x8Unorm = 81
[EnumValue("astc-8x8-unorm-srgb")] Astc8x8UnormSrgb = 82
[EnumValue("astc-10x5-unorm")] Astc10x5Unorm = 83
[EnumValue("astc-10x5-unorm-srgb")] Astc10x5UnormSrgb = 84
[EnumValue("astc-10x6-unorm")] Astc10x6Unorm = 85
[EnumValue("astc-10x6-unorm-srgb")] Astc10x6UnormSrgb = 86
[EnumValue("astc-10x8-unorm")] Astc10x8Unorm = 87
[EnumValue("astc-10x8-unorm-srgb")] Astc10x8UnormSrgb = 88
[EnumValue("astc-10x10-unorm")] Astc10x10Unorm = 89
[EnumValue("astc-10x10-unorm-srgb")] Astc10x10UnormSrgb = 90
[EnumValue("astc-12x10-unorm")] Astc12x10Unorm = 91
[EnumValue("astc-12x10-unorm-srgb")] Astc12x10UnormSrgb = 92
[EnumValue("astc-12x12-unorm")] Astc12x12Unorm = 93
[EnumValue("astc-12x12-unorm-srgb")] Astc12x12UnormSrgb = 94