Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed Mar 31, 2019
1 parent fc551c5 commit 387f0da
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions modules/core/test/core/transform.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Buffer, Transform, _Attribute as Attribute, Texture2D} from '@luma.gl/core';
import {Buffer, Transform, Texture2D} from '@luma.gl/core';
import test from 'tape-catch';
import {fixture} from 'test/setup';
import GL from '@luma.gl/constants';
Expand All @@ -14,18 +14,6 @@ void main()
}
`;

const VS_CONSTANT_ATTRIBUTE = `\
#version 300 es
in float inValue;
in float multiplier;
out float outValue;
void main()
{
outValue = multiplier * inValue;
}
`;

const VS2 = `\
#version 300 es
in float inValue1;
Expand Down

0 comments on commit 387f0da

Please sign in to comment.