|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SurfaceInfo
Representation of the capabilities of a graphics device's capabilities.
The values in here are returned each time the underlying OpenGL context changes and requires at least one rendering pass to have started before this information is available.
Method Summary | |
---|---|
java.lang.String |
getDriverInfo()
Get the vendor's driver version string |
java.util.Set<java.lang.String> |
getExtensions()
Get the list of extensions supported |
int |
getGLMajorVersion()
Get the major version number of OpenGL supported |
int |
getGLMinorVersion()
Get the minor version number of OpenGL supported |
int |
getMaxClipPlanesCount()
Get the maximum number of clip planes allowed in the scene. |
int |
getMaxColorAttachmentsCount()
Get the maxium number of colour attachment points are supported by a single FBO. |
int |
getMaxLightCount()
Get the maximum number of lights allowed in the scene. |
int |
getMaxMRTCount()
Get the maximum number of multiple simultaneous render targets allowed for a single shader. |
int |
getMaxTextureCount()
Get the maximum number of textures allowed for an appearance. |
int |
getShaderMajorVersion()
Get the major version number of OpenGL shading language supported |
int |
getShaderMinorVersion()
Get the minor version number of OpenGL shading language supported |
java.lang.String |
getVendorString()
Get the vendor string from this driver |
Method Detail |
---|
int getGLMajorVersion()
int getGLMinorVersion()
int getShaderMajorVersion()
int getShaderMinorVersion()
java.lang.String getDriverInfo()
java.lang.String getVendorString()
java.util.Set<java.lang.String> getExtensions()
int getMaxLightCount()
int getMaxTextureCount()
int getMaxClipPlanesCount()
int getMaxMRTCount()
int getMaxColorAttachmentsCount()
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |