Skip to content

Commit

Permalink
commented out another test
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Sep 6, 2020
1 parent 1f38231 commit ecf5298
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/test/kotlin/gli_/coreTexture1d.kt
Original file line number Diff line number Diff line change
Expand Up @@ -238,21 +238,21 @@ class coreTexture1d : StringSpec() {
execute(Format.R8_SRGB_PACK8, it)
}

// arrayOf(
// Vec2ub(255, 0),
// Vec2ub(255, 128),
// Vec2ub(255, 255),
// Vec2ub(128, 255),
// Vec2ub(0, 255),
// Vec2ub(0, 255),
// Vec2ub(0, 0),
// Vec2ub(255, 0)).let {
//
// execute(Format.RG8_UINT_PACK8, it)
// execute(Format.RG8_UNORM_PACK8, it)
// execute(Format.RG8_SRGB_PACK8, it)
// }
//
arrayOf(
Vec2ub(255, 0),
Vec2ub(255, 128),
Vec2ub(255, 255),
Vec2ub(128, 255),
Vec2ub(0, 255),
Vec2ub(0, 255),
Vec2ub(0, 0),
Vec2ub(255, 0)).let {

execute(Format.RG8_UINT_PACK8, it)
execute(Format.RG8_UNORM_PACK8, it)
execute(Format.RG8_SRGB_PACK8, it)
}

// arrayOf(
// Vec3ub(255, 0, 0),
// Vec3ub(255, 128, 0),
Expand All @@ -267,7 +267,7 @@ class coreTexture1d : StringSpec() {
// execute(Format.RGB8_UNORM_PACK8, it)
// execute(Format.RGB8_SRGB_PACK8, it)
// }
//

// arrayOf(
// Vec4ub(255, 0, 0, 255),
// Vec4ub(255, 128, 0, 255),
Expand Down

0 comments on commit ecf5298

Please sign in to comment.