Skip to content

fix(OpenGL): fix resampling of very large textures

Ken Martin requested to merge ken-martin/vtk:opengl_large_texture_fix into master

When resizing, the memory alloc for textures with more than 4 Gig samples was overflowing int. Switch to size_t

Merge request reports