@@ -15,7 +15,7 @@ static void clearThinLines() {
1515 }
1616
1717 RenderType LINES = RenderType .create (
18- "kmath :debug/lines" ,
18+ "klib :debug/lines" ,
1919 1536 ,
2020 DebugRenderPipelines .LINES ,
2121 RenderType .CompositeState .builder ()
@@ -25,7 +25,7 @@ static void clearThinLines() {
2525 );
2626
2727 RenderType LINES_SEE_THROUGH = RenderType .create (
28- "kmath :debug/lines_see_through" ,
28+ "klib :debug/lines_see_through" ,
2929 1536 ,
3030 DebugRenderPipelines .LINES_SEE_THROUGH ,
3131 RenderType .CompositeState .builder ()
@@ -35,23 +35,23 @@ static void clearThinLines() {
3535 );
3636
3737 RenderType QUADS = RenderType .create (
38- "kmath :debug/quads" ,
38+ "klib :debug/quads" ,
3939 1536 ,
4040 DebugRenderPipelines .QUADS ,
4141 RenderType .CompositeState .builder ()
4242 .createCompositeState (false )
4343 );
4444
4545 RenderType QUADS_NO_CULL = RenderType .create (
46- "kmath :debug/quads_no_cull" ,
46+ "klib :debug/quads_no_cull" ,
4747 1536 ,
4848 DebugRenderPipelines .QUADS_NO_CULL ,
4949 RenderType .CompositeState .builder ()
5050 .createCompositeState (false )
5151 );
5252
5353 RenderType QUADS_NO_DEPTH = RenderType .create (
54- "kmath :debug/quads_no_depth" ,
54+ "klib :debug/quads_no_depth" ,
5555 1536 ,
5656 DebugRenderPipelines .QUADS_NO_DEPTH ,
5757 RenderType .CompositeState .builder ()
@@ -60,7 +60,7 @@ static void clearThinLines() {
6060 );
6161
6262 RenderType QUADS_NO_CULL_NO_DEPTH = RenderType .create (
63- "kmath :debug/quads_no_cull_no_depth" ,
63+ "klib :debug/quads_no_cull_no_depth" ,
6464 1536 ,
6565 DebugRenderPipelines .QUADS_NO_CULL_NO_DEPTH ,
6666 RenderType .CompositeState .builder ()
@@ -69,7 +69,7 @@ static void clearThinLines() {
6969 );
7070
7171 RenderType QUADS_SEE_THROUGH = RenderType .create (
72- "kmath :debug/quads_see_through" ,
72+ "klib :debug/quads_see_through" ,
7373 1536 ,
7474 DebugRenderPipelines .QUADS_SEE_THROUGH ,
7575 RenderType .CompositeState .builder ()
@@ -78,7 +78,7 @@ static void clearThinLines() {
7878 );
7979
8080 RenderType QUADS_NO_CULL_SEE_THROUGH = RenderType .create (
81- "kmath :debug/quads_no_cull_see_through" ,
81+ "klib :debug/quads_no_cull_see_through" ,
8282 1536 ,
8383 DebugRenderPipelines .QUADS_NO_CULL_SEE_THROUGH ,
8484 RenderType .CompositeState .builder ()
0 commit comments