File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 1- <!-- {% raw %} -->
2-
3- # HLSL support for Clustered Geometry in Raytracing
4-
51---
6-
7- * Proposal: [ NNNN] ( NNNN-clustered-geometry.md )
8- * Author(s): [ Jan Schmid] ( https://github.com/jschmid-nvidia ) , [ Simon Moll] ( https://github.com/simoll )
9- * Sponsor: [ Jesse Natalie] ( https://github.com/jenatali )
10- * Status: ** Under Consideration**
11-
2+ title : NNNN - HLSL support for Clustered Geometry in Raytracing
3+ params :
4+ authors :
5+ - jschmid-nvidia : Jan Schmid
6+ - simoll : Simon Moll
7+ sponsors :
8+ - jenatali : Jesse Natalie
9+ status : Under Review
1210---
1311
1412## Introduction
@@ -28,7 +26,6 @@ geometry (among other topics).
2826How clustered geometry gets exposed in D3D overall is to be determined but this document is
2927certainly a part: a proposal for the HLSL operations needed for clustered geometry.
3028
31- Also see the complementary [ DXIL] ( NNNN-dxil-clustered-geometry.md ) proposal.
3229
3330---
3431
@@ -307,4 +304,3 @@ Builtin [HitObject::GetClusterID](#hitobjectgetclusterid) to test in these HitOb
307304* Test expected cluster ID value for HitObject obtained from ` HitObject::TraceRay ` (CLAS hit, CLAS miss, non-CLAS hit).
308305* Test ` CLUSTER_ID_INVALID ` for HitObject constructed from ` HitObject::MakeMiss ` and ` HitObject::MakeNop ` .
309306
310- <!-- {% endraw %} -->
You can’t perform that action at this time.
0 commit comments