main
Dominik Madarász 2023-08-14 19:31:26 +02:00
parent bf8d7aecfd
commit eea0b62112
2 changed files with 4 additions and 4 deletions

View File

@ -82,5 +82,5 @@ int main() {
} }
// this demo supersedes following old sources: // this demo supersedes following old sources:
// https://github.com/r-lyeh/FWK/blob/45e34d7890b2b8fe1f4994f4b76e496280d83cb6/demos/00-hello.c // https://github.com/r-lyeh/V4K/blob/45e34d7890b2b8fe1f4994f4b76e496280d83cb6/demos/00-hello.c
// https://github.com/r-lyeh/FWK/blob/45e34d7890b2b8fe1f4994f4b76e496280d83cb6/demos/00-video.c // https://github.com/r-lyeh/V4K/blob/45e34d7890b2b8fe1f4994f4b76e496280d83cb6/demos/00-video.c

View File

@ -224,7 +224,7 @@ while(window_swap() && !input(KEY_ESC)) {
// model_render(sponza, cam.proj, cam.view, sponza.pivot, 0); // model_render(sponza, cam.proj, cam.view, sponza.pivot, 0);
// this demo supersedes following old sources: // this demo supersedes following old sources:
// https://github.com/r-lyeh/FWK/blob/45e34d7890b2b8fe1f4994f4b76e496280d83cb6/demos/00-material.c // https://github.com/r-lyeh/V4K/blob/45e34d7890b2b8fe1f4994f4b76e496280d83cb6/demos/00-material.c
// https://github.com/r-lyeh/FWK/blob/45e34d7890b2b8fe1f4994f4b76e496280d83cb6/demos/00-shadertoy.c // https://github.com/r-lyeh/V4K/blob/45e34d7890b2b8fe1f4994f4b76e496280d83cb6/demos/00-shadertoy.c
#endif #endif