Skip to content

Instantly share code, notes, and snippets.

View bipul-mohanto's full-sized avatar
🎯
Foveated GI-VR enthusiast

Bipul bipul-mohanto

🎯
Foveated GI-VR enthusiast
  • Germany
View GitHub Profile
@allanmac
allanmac / assert_cuda.c
Last active June 1, 2024 01:02
A tiny example of CUDA + OpenGL interop with write-only surfaces and CUDA kernels. Uses GLFW+GLAD.
//
//
//
#include <stdlib.h>
#include <stdio.h>
//
//
//