BUTR/Bannerlord.BLSE

View on GitHub
src/Bannerlord.LauncherEx/Extensions/OpenGLTextureExtensions.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method TexImage2D2 has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

    private static extern void TexImage2D2(uint target, int level, uint pixelInternalformat, int width, int height, int border, PixelFormat format, uint type, IntPtr pixels);
Severity: Major
Found in src/Bannerlord.LauncherEx/Extensions/OpenGLTextureExtensions.cs - About 1 hr to fix

    Method TexImage2D has 9 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        private static extern void TexImage2D(uint target, int level, uint pixelInternalformat, int width, int height, int border, PixelFormat format, uint type, byte[] pixels);
    Severity: Major
    Found in src/Bannerlord.LauncherEx/Extensions/OpenGLTextureExtensions.cs - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status