Skip to content

Instantly share code, notes, and snippets.

View Khoyo's full-sized avatar

Khoyo

  • Paris, France
  • 18:31 (UTC +02:00)
View GitHub Profile

Moved to repo: /quenhus/uBlock-Origin-dev-filter

In order to keep filters up to date, please use this repo.

@sneppy
sneppy / deferred-render.comp
Created May 11, 2019 23:26
Procedural terrain generation + volumetric fog rendering
//////////////////////////////////////////////////
// The final part of the deferred shading pipeline
// is made with a compute shader (because I'm too
// lazy to draw a quad and write another .vert/.frag)
//////////////////////////////////////////////////
#version 450 core
uniform float time;
uniform float samplingStep;
uniform ivec2 fboSize;
@ephemient
ephemient / ⁄etc⁄pacman.d⁄hooks⁄linux-modules-post.hook
Last active May 24, 2024 13:13
(Arch Linux) Keep current modules around during kernel upgrade
[Trigger]
Operation = Upgrade
Type = Package
Target = linux
[Action]
Description = Restore Linux kernel modules
When = PostTransaction
Depends = coreutils
Depends = rsync