Skip to content

Instantly share code, notes, and snippets.

View bipul-mohanto's full-sized avatar
🎯
foveated physically-based rendering

Bipul bipul-mohanto

🎯
foveated physically-based rendering
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>
//
//
//