sensorial-systems / ligen

Apache License 2.0
19 stars 3 forks source link

Cleaning up IR #121

Closed notdanilo closed 11 months ago

notdanilo commented 1 year ago

I have some questions about these concepts

Imports

Do we need them if all the paths are absolute?

Visibility

Do we need it if we only care about publicly visible objects?

notdanilo commented 1 year ago

Imports can be used for re-exports. In this case, we just care about public imports (aka re-exports). Again: Why would we care about private items?

notdanilo commented 11 months ago

Visibility can be used to expose internals. (We might want to expose Unreal Engine internals for getting the Rendering Hardware Interface context, if they are private)