Skip to content

Fix: Environment Map Passed around#109

Merged
meszmate merged 1 commit into
meszmate:mainfrom
IridescentRose:fix/env_map_flow
May 17, 2026
Merged

Fix: Environment Map Passed around#109
meszmate merged 1 commit into
meszmate:mainfrom
IridescentRose:fix/env_map_flow

Conversation

@IridescentRose
Copy link
Copy Markdown
Contributor

When initially porting to Zig 0.16 I kept the default behavior of passing down like std.posix.getenv(). This is not a great way to obtain variables, instead we should fetch all a single time and look up later. This PR implements that.

@meszmate meszmate force-pushed the fix/env_map_flow branch from d4d54ce to 936914f Compare May 17, 2026 06:26
@meszmate meszmate merged commit 1187d16 into meszmate:main May 17, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants