Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8102620

FX 8 3D: Make the use of texture resources in compliance with centralized resource management system.

XMLWordPrintable

      Currently we have to put a workaround in ES2PhongMaterial and D3DPhongMaterial to mark texture as permanent:

                 map.contentsUseful();
                 map.makePermanent();

      because we can't add the lock and unlock logic to inform the system when the texture is really in used for rendering.

            ckyang Chien Yang (Inactive)
            ckyang Chien Yang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: