VulkanRaytracingCycles 0.0.0
Cycles Render Engine With VulkanRaytracingShaderModules. ( Experiment , in progress)
Harness::internal Namespace Reference

Classes

struct  TbbHarnessReporter
 
class  Tracer
 

Functions

template<int >
bool not_the_first_call ()
 

Function Documentation

◆ not_the_first_call()

template<int >
bool Harness::internal::not_the_first_call ( )

Definition at line 361 of file harness_defs.h.

361 {
362 static bool first_call = false;
363 bool res = first_call;
364 first_call = true;
365 return res;
366 }