Skip to content

Commit

Permalink
update spec.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanderc committed Oct 14, 2023
1 parent 6296f93 commit 319934d
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/GLSL
2 changes: 1 addition & 1 deletion spec/docs.gl
76 changes: 75 additions & 1 deletion spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -2501,6 +2501,14 @@
450
]
},
{
"modifiers": "in",
"type": "uint",
"name": "gl_HitKindBackFacingMicroTriangleNV",
"extensions": [
"GL_NV_displacement_micromap"
]
},
{
"modifiers": "const",
"type": "uint",
Expand All @@ -2524,6 +2532,14 @@
"GL_EXT_ray_tracing"
]
},
{
"modifiers": "in",
"type": "uint",
"name": "gl_HitKindFrontFacingMicroTriangleNV",
"extensions": [
"GL_NV_displacement_micromap"
]
},
{
"modifiers": "const",
"type": "uint",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 319934d

Please sign in to comment.