Results 1 to 3 of 3

Thread: BeRoDDS - A tiny DDS loader with mipmap level support

  1. #1

    BeRoDDS - A tiny DDS loader with mipmap level support

    What i've did for PNG, I've that too for DDS I did it mainly for my BRTECH1 engine.

    You can download it at http://rootserver.rosseaux.net/stuff/BeRoDDS.pas

    The output data format of the LoadDDSImage function is always RGBA32, even when the DDS was DXT1-DXT5 or whatever encoded, for simplify to the loading of DDS files on the API-side.

    And it can load only 2D DDS images, no 3D DDS images etc.

  2. #2
    That's good news, there's propably not many DDS loaders for pascal around.

  3. #3
    Quote Originally Posted by BeRo View Post
    What i've did for PNG, I've that too for DDS I did it mainly for my BRTECH1 engine.

    You can download it at http://rootserver.rosseaux.net/stuff/BeRoDDS.pas

    The output data format of the LoadDDSImage function is always RGBA32, even when the DDS was DXT1-DXT5 or whatever encoded, for simplify to the loading of DDS files on the API-side.

    And it can load only 2D DDS images, no 3D DDS images etc.
    Very cool! Thanks for sharing Benjamin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •