JDK-8101448 : Need a way to query the maximum supported texture dimensions in Prism
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Not an Issue
  • Submitted: 2011-09-02
  • Updated: 2015-06-16
  • Resolved: 2011-10-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Resolved
Related Reports
Blocks :  
Relates :  
Relates :  
Description
We need a method for a client to query the maximum supported HW texture dimensions in Prism. In the absence of this information the client is forced to assume 4K (or maybe even 2K to be totally safe) as the limit without actually knowing what the limit is.
Comments
This functionality already exists: ResourceFactory.getMaximumTextureSize()
14-10-2011