Results 1 to 4 of 4

Thread: Problems loading a PNG texture

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    That was pretty simple. Seems like every image format has it's own unit that must be included aswell.

    Code:
    uses
      ...
      zgl_textures,
      zgl_textures_png,
      zgl_textures_jpg,   
      ...;
    I'd like to see some kind of guide that explains these things. Would help alot
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

  2. #2
    I'd like to see some kind of guide that explains these things. Would help alot
    demos\Your IDE here\04 - Text\Project File, line 19

  3. #3
    Hehe, I'm not much of a reader when it comes to demo sources. Usually I just run them and globally analyze them. I actually meant that it would be nice to have a webpage that explains in detail how zengl is set up. I believe it's not that hard to summarize how it works.

    Fortunately, I see that there is allready some info on the wiki.
    Coders rule nr 1: Face ur bugz.. dont cage them with code, kill'em with ur cursor.

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
  •