Skip to content

Commit

Permalink
add export filters for commit with queue API functions
Browse files Browse the repository at this point in the history
  • Loading branch information
freibold committed Dec 11, 2024
1 parent e40bef0 commit 0e25353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernels/export.linux.map
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ global:
_ZN??????rtc*;
_ZN6embree13TaskScheduler*;
_ZN6embree?13TaskScheduler*;
_Z??rtcCommitBufferWithQueue*;
_Z??rtcCommitSceneWithQueue*;
local:
*;
};
2 changes: 2 additions & 0 deletions kernels/export.linux.map.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ global:
_ZN???@EMBREE_API_NAMESPACE@???rtc*;
_ZN6embree13TaskScheduler*;
_ZN6embree?@EMBREE_API_NAMESPACE@13TaskScheduler*;
_Z??rtcCommitBufferWithQueue*;
_Z??rtcCommitSceneWithQueue*;
local:
*;
};

0 comments on commit 0e25353

Please sign in to comment.