Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

public class Main {
    public static void texImage2D(int target, int level, int internalformat, android.graphics.Bitmap bitmap,
            int border) {
        throw new RuntimeException("Stub!");
    }

    public static void texImage2D(int target, int level, int internalformat, android.graphics.Bitmap bitmap,
            int type, int border) {
        throw new RuntimeException("Stub!");
    }

    public static void texImage2D(int target, int level, android.graphics.Bitmap bitmap, int border) {
        throw new RuntimeException("Stub!");
    }
}