Seems the more important one is the fisrt, Storm use half of source envrionment map as the default downsize. Test shows the loading time can be reduced from 10 sec to 5 sec for an envrionment map (8,234*4,117 pixels, 100M) if the downsize is reduced from half to 1/16.
Meanwhile, seems the generation of Prefilter map from source env map is a multi-runs with compute shader to generate Prefilter map for each mip level.
Any optimization here, is it possible to run compute shader once for all levels or run compute shader once for level 0 and let GL to generate mipmaps automatically for us?