MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / print

Function print

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
setup_targetdirFunction · 0.50
test_targetdirFunction · 0.50
get_osx_platform_pathFunction · 0.50
try_checkout_filesFunction · 0.50
_read_file_contentFunction · 0.50
_checkFileExistenceFunction · 0.50
printMethod · 0.50
noPresetProvidedFunction · 0.50
__init__Method · 0.50

Calls 1

printFormattedFunction · 0.85

Tested by 1

test_targetdirFunction · 0.40