const rayFlag defs used in the test cases in stead of numerical values
This commit is contained in:
parent
65c81bf236
commit
7f689bebec
17 changed files with 1413 additions and 1408 deletions
|
|
@ -39,7 +39,7 @@ void main()
|
|||
{
|
||||
Ray ray = makeRayDesc();
|
||||
rayQueryEXT rayQuery;
|
||||
rayQueryInitializeEXT(rayQuery, rtas, 0, 0xFF, ray.pos, ray.tmin, ray.dir, ray.tmax);
|
||||
rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsNoneEXT, 0xFF, ray.pos, ray.tmin, ray.dir, ray.tmax);
|
||||
|
||||
mat4x3 _mat4x3;
|
||||
mat3x4 _mat3x4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue