view semiconginev2/platform/window.nim @ 1229:5dcb503ef0c0

did: refactor renderpass a bit, enable depth buffering and msaa on offscreen-rendering
author sam <sam@basx.dev>
date Thu, 18 Jul 2024 21:32:41 +0700
parents 56781cc0fc7c
children
line wrap: on
line source

when defined(linux):
  include ./linux/window
elif defined(windows):
  include ./windows/window
else:
  {.error: "Unsupported platform".}