Skip to content

Commit ecf5298

Browse files
committed
commented out another test
1 parent 1f38231 commit ecf5298

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/test/kotlin/gli_/coreTexture1d.kt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -238,21 +238,21 @@ class coreTexture1d : StringSpec() {
238238
execute(Format.R8_SRGB_PACK8, it)
239239
}
240240

241-
// arrayOf(
242-
// Vec2ub(255, 0),
243-
// Vec2ub(255, 128),
244-
// Vec2ub(255, 255),
245-
// Vec2ub(128, 255),
246-
// Vec2ub(0, 255),
247-
// Vec2ub(0, 255),
248-
// Vec2ub(0, 0),
249-
// Vec2ub(255, 0)).let {
250-
//
251-
// execute(Format.RG8_UINT_PACK8, it)
252-
// execute(Format.RG8_UNORM_PACK8, it)
253-
// execute(Format.RG8_SRGB_PACK8, it)
254-
// }
255-
//
241+
arrayOf(
242+
Vec2ub(255, 0),
243+
Vec2ub(255, 128),
244+
Vec2ub(255, 255),
245+
Vec2ub(128, 255),
246+
Vec2ub(0, 255),
247+
Vec2ub(0, 255),
248+
Vec2ub(0, 0),
249+
Vec2ub(255, 0)).let {
250+
251+
execute(Format.RG8_UINT_PACK8, it)
252+
execute(Format.RG8_UNORM_PACK8, it)
253+
execute(Format.RG8_SRGB_PACK8, it)
254+
}
255+
256256
// arrayOf(
257257
// Vec3ub(255, 0, 0),
258258
// Vec3ub(255, 128, 0),
@@ -267,7 +267,7 @@ class coreTexture1d : StringSpec() {
267267
// execute(Format.RGB8_UNORM_PACK8, it)
268268
// execute(Format.RGB8_SRGB_PACK8, it)
269269
// }
270-
//
270+
271271
// arrayOf(
272272
// Vec4ub(255, 0, 0, 255),
273273
// Vec4ub(255, 128, 0, 255),

0 commit comments

Comments
 (0)