mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Remove done TODO.
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
|
||||
namespace {
|
||||
|
||||
// TODO: limit below to 8 vec4 varyings; per my interpretation of the alignment rules I think that allows
|
||||
// 16 vec2 varyings. Spacing out the coordinates to provide suitable caching hints should avoid a significant penalty
|
||||
// for the other 'dependent' reads.
|
||||
constexpr char vertex_shader[] = R"glsl(
|
||||
|
||||
uniform float samplesPerLine;
|
||||
|
||||
Reference in New Issue
Block a user