Jump to content

vladislavbelov

WFG Programming Team
  • Posts

    1.396
  • Joined

  • Last visited

  • Days Won

    24

Posts posted by vladislavbelov

  1. 5 minutes ago, hyperion said:

    Anyway, I opened the atlas and found it to still use gl.

    Vulkan is disabled in Atlas, as wxWidgets doesn't provide loader for that by default.

    6 minutes ago, hyperion said:

    There I played with various textures and nubia dirt 1 2 3 but not 4 all show the same shadowing behavior, it's just a lot less obvious with gl than with vulkan. Ie less dark and can barely pass as just wet.

    Then it seems the known problem of broken materials.

  2. 2 hours ago, hyperion said:

    two new errors, the texture decode issue possibly not related to vulkan specifically:

    Updated.

    6 minutes ago, hyperion said:

    There are some shadow like artifacts (map nubian frontier)

    Could you run the game with validation enabled?

    28 minutes ago, phosit said:

    Isn't there a bether solution than asking the users to report all missing shaders? Surely it will not be tested exhaustively and some shader will be missing in the release.

    It'll cost too much my time now or too much space for shaders. So I chose a compromise, I believe there're not so many shaders left and I have a validation script to fill possible holes.

  3. 50 minutes ago, hyperion said:

    Switching from fullscreen to windowed stretches the view horizontally possibly by gui.scale

    Only view or window as well?

    41 minutes ago, nwtour said:

    Game starts successfully with Vulkan renderer

    Did you experience any performance difference?

    4 minutes ago, asterix said:

    Yeah, I'm aware of it. It needs some investigation as we can't distinguish that SDL error from a regular one.

  4. 7 hours ago, cantfind said:

    This toy example seems to be working fine as long as I get the new window surface after changing to full screen.

    That's interesting. Could you add cursorbackend = "system" to your user.cfg (it should switch a cursor to the system one, "sdl" will bring it back)?

    You might just attach your example code here as an archive.

    Also are you able to compile the SVN version of the game? (I can provide patches to test.)

×
×
  • Create New...