Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
static 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
~PxSampleAllocator
Method · 0.70
command_output
Function · 0.50
main
Function · 0.50
main
Function · 0.50
print
Method · 0.50
convert
Method · 0.50
get_shader_stats
Function · 0.50
print_msl_compiler_version
Function · 0.50
msl_compiler_supports_22
Function · 0.50
validate_shader_msl
Function · 0.50
validate_shader_hlsl
Function · 0.50
regression_check_reflect
Function · 0.50
Calls
1
printFormatted
Function · 0.85
Tested by
15
print
Method · 0.40
convert
Method · 0.40
get_shader_stats
Function · 0.40
print_msl_compiler_version
Function · 0.40
msl_compiler_supports_22
Function · 0.40
validate_shader_msl
Function · 0.40
validate_shader_hlsl
Function · 0.40
regression_check_reflect
Function · 0.40
regression_check
Function · 0.40
test_shader
Function · 0.40
test_shader_msl
Function · 0.40
test_shader_hlsl
Function · 0.40