Removed GL_ARB_separate_shader_objects and GL_ARB_shading_language_420pack extensions from all shaders

This commit is contained in:
saschawillems 2018-11-19 22:05:47 +01:00
parent c3e39e555a
commit 1f3cb12bd3
192 changed files with 0 additions and 576 deletions

View file

@ -2,9 +2,6 @@
#version 450
#extension GL_ARB_separate_shader_objects : enable
#extension GL_ARB_shading_language_420pack : enable
layout (local_size_x = 16, local_size_y = 16) in;
layout (binding = 0, rgba8) uniform writeonly image2D resultImage;