refactor(benchmark): move texture creation into TexturedCubesTest
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 15 Mar 2026 03:53:18 +0000 (05:53 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 15 Mar 2026 03:53:18 +0000 (05:53 +0200)
commit9a1886d68c032d7788c09c73e07ded90e0f65789
tree2035e4dbea24833500d0a02d02b2cef902ff3bd6
parent7e6574b0240cb9d2b8a9d8d224cd3d654d3583b1
refactor(benchmark): move texture creation into TexturedCubesTest

Simplify BenchmarkTest.setup() signature by removing texture parameters
that only TexturedCubesTest needed. Each test now manages its own
resources independently.
src/main/java/eu/svjatoslav/sixth/e3d/examples/benchmark/BenchmarkTest.java
src/main/java/eu/svjatoslav/sixth/e3d/examples/benchmark/GraphicsBenchmark.java
src/main/java/eu/svjatoslav/sixth/e3d/examples/benchmark/SolidCubesTest.java
src/main/java/eu/svjatoslav/sixth/e3d/examples/benchmark/TexturedCubesTest.java
src/main/java/eu/svjatoslav/sixth/e3d/examples/benchmark/WireframeCubesTest.java