File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ int main()
35
35
{
36
36
// enable Radeon ProRender API trace
37
37
// set this before any RPR API calls
38
- // frContextSetParameter1u (0,RPR_CONTEXT_TRACING_ENABLED,1);
38
+ // rprContextSetParameterByKey1u (0,RPR_CONTEXT_TRACING_ENABLED,1);
39
39
40
40
std::cout << " Radeon ProRender SDK simple rendering tutorial.\n " ;
41
41
// Indicates whether the last operation has suceeded or not
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ int main()
30
30
{
31
31
// enable Radeon ProRender API trace
32
32
// set this before any RPR API calls
33
- // frContextSetParameter1u (0,RPR_CONTEXT_TRACING_ENABLED,1);
33
+ // rprContextSetParameterByKey1u (0,RPR_CONTEXT_TRACING_ENABLED,1);
34
34
35
35
std::cout << " Radeon ProRender SDK simple rendering tutorial.\n " ;
36
36
// Indicates whether the last operation has suceeded or not
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ int main()
31
31
{
32
32
// enable Radeon ProRender API trace
33
33
// set this before any RPR API calls
34
- // frContextSetParameter1u (0,RPR_CONTEXT_TRACING_ENABLED,1);
34
+ // rprContextSetParameterByKey1u (0,RPR_CONTEXT_TRACING_ENABLED,1);
35
35
36
36
std::cout << " Radeon ProRender SDK simple rendering tutorial.\n " ;
37
37
// Indicates whether the last operation has suceeded or not
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ int main()
32
32
{
33
33
// enable Radeon ProRender API trace
34
34
// set this before any RPR API calls
35
- // frContextSetParameter1u (0,RPR_CONTEXT_TRACING_ENABLED,1);
35
+ // rprContextSetParameterByKey1u (0,RPR_CONTEXT_TRACING_ENABLED,1);
36
36
37
37
std::cout << " Radeon ProRender SDK matball scene rendering tutorial.\n " ;
38
38
// Indicates whether the last operation has suceeded or not
You can’t perform that action at this time.
0 commit comments