Package cc.plural.ecs.renderer

Examples of cc.plural.ecs.renderer.Provider


        }
        setVSyncEnabled(true);
        GL11.glViewport(0, 0, width, height);

        javaVersion = new JavaVersion(System.getProperty("java.version"));
        provider = new Provider("LWJGL", Sys.getVersion());

        int platformID = LWJGLUtil.getPlatform();
        switch (platformID) {
            case LWJGLUtil.PLATFORM_LINUX:
                platform = new Platform(Platform.LINUX, Platform.LINUX_NAME);
View Full Code Here

TOP

Related Classes of cc.plural.ecs.renderer.Provider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.