X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=header.130.frag;h=10c8014e0f12c68868fa7b88ccb92454b95a3aa0;hb=abd6d031918db487e0724218dc604d4a51e5f650;hp=129f493601ed7676a7a485c764b0883050453556;hpb=9a945c3c5c62e0250015e69b5b091a849bd11c10;p=movit diff --git a/header.130.frag b/header.130.frag index 129f493..10c8014 100644 --- a/header.130.frag +++ b/header.130.frag @@ -1,5 +1,9 @@ #version 130 +// TODO: Make dependent on whether we actually use the feature, +// and also put in all the headers. +#extension GL_ARB_uniform_buffer_object : enable + in vec2 tc; vec4 tex2D(sampler2D s, vec2 coord)