1
Fork 0

update spec.json

This commit is contained in:
Christofer Nolander 2023-10-14 17:56:28 +02:00
commit 319934d4c6
3 changed files with 77 additions and 3 deletions

@ -1 +1 @@
Subproject commit ad383324612d8493c78d52d0c903969fe1dddd0a
Subproject commit 93a02d36fa8e75850a84111070c914bfe0c499a1

@ -1 +1 @@
Subproject commit 080c215e49bc57289e2490008adcf990a5244312
Subproject commit e5a2ae8f29f237dc58848430b95a19e13970606a

View file

@ -2501,6 +2501,14 @@
450
]
},
{
"modifiers": "in",
"type": "uint",
"name": "gl_HitKindBackFacingMicroTriangleNV",
"extensions": [
"GL_NV_displacement_micromap"
]
},
{
"modifiers": "const",
"type": "uint",
@ -2524,6 +2532,14 @@
"GL_EXT_ray_tracing"
]
},
{
"modifiers": "in",
"type": "uint",
"name": "gl_HitKindFrontFacingMicroTriangleNV",
"extensions": [
"GL_NV_displacement_micromap"
]
},
{
"modifiers": "const",
"type": "uint",
@ -7212,7 +7228,7 @@
}
],
"description": [
"`pow` returns the natural exponentiation of _x_. i.e., `e**x`."
"`exp` returns the natural exponentiation of _x_. i.e., `e**x`."
],
"versions": [
110,
@ -7320,6 +7336,64 @@
450
]
},
{
"return_type": "vec2",
"name": "fetchMicroTriangleVertexBarycentricNV",
"parameters": [
{
"type": "accelerationStructureEXT",
"name": "as"
},
{
"type": "int",
"name": "instanceId"
},
{
"type": "int",
"name": "geometryIndex"
},
{
"type": "int",
"name": "primitiveIndex"
},
{
"type": "ivec2",
"name": "barycentrics"
}
],
"extensions": [
"GL_NV_displacement_micromap"
]
},
{
"return_type": "vec3",
"name": "fetchMicroTriangleVertexPositionNV",
"parameters": [
{
"type": "accelerationStructureEXT",
"name": "as"
},
{
"type": "int",
"name": "instanceId"
},
{
"type": "int",
"name": "geometryIndex"
},
{
"type": "int",
"name": "primitiveIndex"
},
{
"type": "ivec2",
"name": "barycentrics"
}
],
"extensions": [
"GL_NV_displacement_micromap"
]
},
{
"return_type": "genIType",
"name": "findLSB",