forked from KhronosGroup/ANARI-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathext_sampler_compressed_format_astc.json
49 lines (48 loc) · 1.5 KB
/
ext_sampler_compressed_format_astc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"info" : {
"name" : "EXT_SAMPLER_COMPRESSED_FORMAT_ASTC",
"type" : "extension",
"dependencies" : []
},
"objects" : [
{
"type" : "ANARI_SAMPLER",
"name" : "compressedImage2D",
"parameters" : [
{
"name" : "format",
"values" : [
"ASTC_4x4",
"ASTC_4x4_SRGB",
"ASTC_5x4",
"ASTC_5x4_SRGB",
"ASTC_5x5",
"ASTC_5x5_SRGB",
"ASTC_6x5",
"ASTC_6x5_SRGB",
"ASTC_6x6",
"ASTC_6x6_SRGB",
"ASTC_8x5",
"ASTC_8x5_SRGB",
"ASTC_8x6",
"ASTC_8x6_SRGB",
"ASTC_8x8",
"ASTC_8x8_SRGB",
"ASTC_10x5",
"ASTC_10x5_SRGB",
"ASTC_10x6",
"ASTC_10x6_SRGB",
"ASTC_10x8",
"ASTC_10x8_SRGB",
"ASTC_10x10",
"ASTC_10x10_SRGB",
"ASTC_12x10",
"ASTC_12x10_SRGB",
"ASTC_12x12",
"ASTC_12x12_SRGB"
]
}
]
}
]
}