Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenShadingLanguage
/ set_profile
Function
set_profile
src/testrender/testrender.cpp:86–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
86
static void
87
set_profile (int argc, const char *argv[])
88
{
89
profile = 1;
90
shadingsys->attribute (
"profile"
, profile);
91
}
92
93
94
Callers
nothing calls this directly
Calls
1
attribute
Method · 0.45
Tested by
no test coverage detected