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

#include <harness_defs.h>

Public Member Functions

void Report (const char *msg)
 

Detailed Description

Definition at line 301 of file harness_defs.h.

Member Function Documentation

◆ Report()

void Harness::internal::TbbHarnessReporter::Report ( const char *  msg)
inline

Definition at line 302 of file harness_defs.h.

302 {
303 printf("%s", msg);
304 fflush(stdout);
305#ifdef _WINDOWS_
306 OutputDebugStringA(msg);
307#endif
308 }

The documentation for this struct was generated from the following file: