Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8793671
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:09:09+00:00 2026-06-13T23:09:09+00:00

Are glTexImage2D and glTexSubImage2D the only ways to pass a buffer of pixels to

  • 0

Are glTexImage2D and glTexSubImage2D the only ways to pass a buffer of pixels to a texture?

At the moment I use in a setup function glTexImage2D passing null as the buffer, and then on the render loop I call glTexSubImage2D with the new buffer data on each iteration.

But knowing that the texture will not change any property such as the dimensions, is there any more efficient way to pass the actual pixel data to the rendering texture?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:09:10+00:00Added an answer on June 13, 2026 at 11:09 pm

    In modern OpenGL there are 4 different methods to update 2D textures:

    1. glTexImage2D – the slowest one, recreates internal data structures.

    2. glTexSubImage2D – a bit faster, but can’t change the parameters (size, pixel format) of the image.

    3. Render-to-texture with FBO – update texture entirely on GPU, very fast. Refer to this answer for more details: https://stackoverflow.com/a/10702468/1065190

    4. Pixel Buffer Object PBO – for fast uploads from CPU to GPU, not supported (yet) on OpenGL ES.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I use a glTexImage2D call to create a texture with a buffer like
I'm trying to copy vertex data from a texture to a vertex buffer, and
Look at the following OpenGL function: void glTexImage2D(GLenum target, GLint level, GLint internalFormat, GLsizei
I'm drawing a texture mapped quad with a texture that has some transparent pixels
I am trying to setup a simple function which will make it a lot
I try to use data raw texture using GL_TEXTURE_RECTANGLE_ARB: void Display::tex(){ GLubyte Texture[16] =
I have a texture which has only 1 channel as it's a grayscale image.
I want to use glClear and glClearColor to fill a frame buffer with a
glDeleteTextures(total, &Item::texture[0]); glGenTextures(total, &Item::texture[0]); Iteration for all images, total; glBindTexture( GL_TEXTURE_2D, Item::texture[i] ); glTexImage2D(
Initialization code creates one RGB one-color texture with 128x128 pixels: GLES20.glGenTextures ( 1, textureId,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.