• How much is the maximum resolution of texture updating ?
    I have a rk3399 based board. Can I drive a 4K screen ? My code looks like : while(1) { // update small part of my texture , eg 16 lines of a texture . // texture is big : 8292 x 2160 glTexSubImage2D...
  • How much is the maximum resolution of texture updating ?
    I have a rk3399 based board. Can I drive a 4K screen ? My code looks like : while(1) { // update small part of my texture , eg 16 lines of a texture . // texture is big : 8292 x 2160 glTexSubImage2D...
  • Maximum texture size on Arm Mali 400MP
    I see that Arm mali supports 4K textures & i have verified this using below calls GLint maxGPUTextureSize; glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxGPUTextureSize); My question is : In my GL application...
  • Maximum texture size on Arm Mali 400MP
    I see that Arm mali supports 4K textures & i have verified this using below calls GLint maxGPUTextureSize; glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxGPUTextureSize); My question is : In my GL application...
  • Does Mali T604 GPU supports texture memory?
    Hi, I am working on a ARNDALE board which consists of a Mali T604 GPU. I have an application developed with OpenCL which runs fine on this board. The application uses buffer memory. Now I want to use...