$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Biedermann (matthias.biedermann_at_[hidden])
Date: 2006-03-27 18:17:20
Hi there,
I'd like to use 3D volume date stored as multi_array with OpenGL as 
texture. What is the best way to do this without copying, as the default 
ordering seems to be incompatible with OpenGL's column-major layout?
I've read something about custom storage orderings etc. but my first 
tries did not work right away... Or is this related to the quite recent 
bug regarding resizing multi_arrays with non-default ordering (from Mar 6)?
Thanks in advance for your help,
Matthias