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()
|
|||
bool committed_true = true;
|
||||
bool committed_false = false;
|
||||
|
||||
rayQueryInitializeEXT(rayQuery, rtas, 1, 2, ray.pos, ray.tmin, ray.dir, ray.tmax);
|
||||
rayQueryInitializeEXT(rayQuery, rtas, gl_RayFlagsOpaqueEXT, gl_RayFlagsCullBackFacingTrianglesEXT, ray.pos, ray.tmin, ray.dir, ray.tmax);
|
||||
while (rayQueryProceedEXT(rayQuery))
|
||||
{
|
||||
mat4x3 mat_o2w;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue