accelerationStructureEXT - issue #2152
This commit is contained in:
parent
054b5e35eb
commit
915f119199
11 changed files with 16 additions and 16 deletions
|
|
@ -10,7 +10,7 @@ struct Ray
|
|||
float tmax;
|
||||
};
|
||||
|
||||
layout(binding = 0, set = 0) uniform accelerationStructureNV rtas;
|
||||
layout(binding = 0, set = 0) uniform accelerationStructureEXT rtas;
|
||||
layout(std430, set = 0, binding = 2) buffer Rays { Ray rays[]; };
|
||||
|
||||
uint launchIndex()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue