jvm-graphics-labs / jogl-samples

The Java OpenGL Samples Pack
MIT License
41 stars 16 forks source link

Fix storage constructor #5

Closed elect86 closed 8 years ago

elect86 commented 8 years ago
public Texture(
            Texture texture,
            Target target,
            Format format,
            int baseLayer, int maxLayer,
            int baseFace, int maxFace,
            int baseLevel, int maxLevel,
            Swizzles swizzles) {

    /**
     * @TODO, fix storage
     */
    storage = texture.storage;
elect86 commented 8 years ago

jgli issue