MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / print

Function print

deps/physx/physx/samples/samplebase/SampleAllocator.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87#if PX_DEBUG || PX_PROFILE
88static void print(const char* buffer)
89{
90 shdfnd::printFormatted("%s", buffer);
91#if PX_WINDOWS
92 if(buffer) { _RPT0(_CRT_WARN, buffer); }
93#endif
94}
95#endif
96
97#if PX_DEBUG || PX_PROFILE

Callers 15

~PxSampleAllocatorMethod · 0.70
command_outputFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
printMethod · 0.50
convertMethod · 0.50
get_shader_statsFunction · 0.50
msl_compiler_supports_22Function · 0.50
validate_shader_mslFunction · 0.50
validate_shader_hlslFunction · 0.50
regression_check_reflectFunction · 0.50

Calls 1

printFormattedFunction · 0.85

Tested by 15

printMethod · 0.40
convertMethod · 0.40
get_shader_statsFunction · 0.40
msl_compiler_supports_22Function · 0.40
validate_shader_mslFunction · 0.40
validate_shader_hlslFunction · 0.40
regression_check_reflectFunction · 0.40
regression_checkFunction · 0.40
test_shaderFunction · 0.40
test_shader_mslFunction · 0.40
test_shader_hlslFunction · 0.40