This website requires JavaScript.
Explore
Help
Sign In
bulmanator
/
ld58
Watch
1
Star
0
Fork
0
You've already forked ld58
Code
Issues
12
Pull Requests
Actions
Packages
Projects
1
Releases
Wiki
Activity
Files
249109f1175da72cc4fbb5aae63a1eec903b82b6
ld58
/
code
/
os
/
core.c
6 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
Added memory arena Fixed frames in flight validation error in vulkan Added some utility macros Added function decorator macros Added some consolidation headers/code include files
2025-10-04 00:46:26 +01:00
#
if OS_WINDOWS
#
include
"impl/windows/core.c"
Added virtual memory on Linux
2025-10-04 00:56:55 +01:00
#
elif OS_LINUX
#
include
"impl/linux/core.c"
Added memory arena Fixed frames in flight validation error in vulkan Added some utility macros Added function decorator macros Added some consolidation headers/code include files
2025-10-04 00:46:26 +01:00
#
endif
Reference in New Issue
Copy Permalink