Created
April 18, 2020 17:12
-
-
Save kayru/f619234dc40fedb077f2f60730961c48 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
glslangValidator -l shaders/test.comp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#version 450 | |
#extension GL_GOOGLE_include_directive : enable | |
#include "test.inc" | |
layout (local_size_x = LOCAL_SIZE) in; | |
void main() | |
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define LOCAL_SIZE 256 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment