Skip to content

Instantly share code, notes, and snippets.

@kayru
Created April 18, 2020 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kayru/f619234dc40fedb077f2f60730961c48 to your computer and use it in GitHub Desktop.
Save kayru/f619234dc40fedb077f2f60730961c48 to your computer and use it in GitHub Desktop.
glslangValidator -l shaders/test.comp
#version 450
#extension GL_GOOGLE_include_directive : enable
#include "test.inc"
layout (local_size_x = LOCAL_SIZE) in;
void main()
{}
#define LOCAL_SIZE 256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment