Skip to content

Instantly share code, notes, and snippets.

View bipul-mohanto's full-sized avatar
🎯
Foveated Rendering, Global Illumination, Human Perception

Bipul bipul-mohanto

🎯
Foveated Rendering, Global Illumination, Human Perception
View GitHub Profile
@allanmac
allanmac / assert_cuda.c
Last active September 17, 2024 18:34
A tiny example of CUDA + OpenGL interop with write-only surfaces and CUDA kernels. Uses GLFW+GLAD.
//
//
//
#include <stdlib.h>
#include <stdio.h>
//
//
//