Jump to content

Smaller textures help with performance?


ecsancho
 Share

Recommended Posts

Smaller textures take less time to upload to the GPU, and use less memory while there. The performance of *how fast* something renders is not related directly to the texture size, but instead to *what you are rendering*. For example, rendering a screen with 1024x1024 pixels is faster than a screen with 2048x2048 pixels because the fragment shader runs on less pixels. Its all about the shaders, and the viewport size, not necessarily the texture you use.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...