Show More
Commit Description:
Remove cull() check....
Commit Description:
Remove cull() check. This speeds up drawing tiles by a factor of roughly 2, lol. When drawing a 200x200 map, drawing tiles goes from taking 24ms to 12ms.
File last commit:
Show/Diff file:
Action:
ImPlot.NET/Generated/ImPlotYAxis.gen.cs
9 lines | 112 B | text/x-csharp | CSharpLexer
Include implot.
r505 namespace ImPlotNET
{
public enum ImPlotYAxis
{
_1 = 0,
_2 = 1,
_3 = 2,
}
}