Results 1 to 2 of 2

Thread: bindTexture not able to load greater than 8100*8100

  1. #1
    Join Date
    Apr 2009
    Posts
    41
    Qt products
    Qt4
    Platforms
    Windows

    Post bindTexture not able to load greater than 8100*8100

    Hi,

    I am loading image using bindtexture of GLContext and then displaying using textures in Opengl. I am able to load and display images of only 8190*8100 maximum, Beyond this range i am not able to load. Please help me how to solve this problem.

    thanks in advance.

    regards
    smith

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: bindTexture not able to load greater than 8100*8100

    If I am not mistaking, this is a limitation of the graphics card and the GL extensions you use with it.
    See the technical data for the card and GL extensions you use.
    What ever is specified there as maximum, is what you can use, and not more.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. Replies: 1
    Last Post: 30th October 2009, 03:42
  2. How to load a project into Qtcreator1.2
    By SunnySan in forum Installation and Deployment
    Replies: 2
    Last Post: 7th July 2009, 16:13
  3. HELP! QtLibrary.. Load library failed!!
    By Cantora in forum Newbie
    Replies: 1
    Last Post: 10th June 2009, 10:18
  4. Program not compiling on Fresh install of Leopard
    By dvmorris in forum Qt Programming
    Replies: 1
    Last Post: 22nd November 2007, 10:22

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.