All Downloads are FREE. Search and download functionalities are using the official Maven repository.

library.wgl_stats.h Maven / Gradle / Ivy

The newest version!
/*******************************************************************************
 * Copyright (c) 2000, 2023 IBM Corporation and others.
 *
 * This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License 2.0
 * which accompanies this distribution, and is available at
 * https://www.eclipse.org/legal/epl-2.0/
 *
 * SPDX-License-Identifier: EPL-2.0
 *
 * Contributors:
 *    IBM Corporation - initial API and implementation
 *******************************************************************************/

/* Note: This file was auto-generated by org.eclipse.swt.tools.internal.JNIGenerator */
/* DO NOT EDIT - your changes will be lost. */

#ifndef WGL_NATIVE_ENTER
#define WGL_NATIVE_ENTER(env, that, func) 
#endif
#ifndef WGL_NATIVE_EXIT
#define WGL_NATIVE_EXIT(env, that, func) 
#endif

typedef enum {
	ChoosePixelFormat_FUNC,
	DescribePixelFormat_FUNC,
	SetPixelFormat_FUNC,
	SwapBuffers_FUNC,
	wglCreateContext_FUNC,
	wglDeleteContext_FUNC,
	wglGetCurrentContext_FUNC,
	wglMakeCurrent_FUNC,
	wglShareLists_FUNC,
} WGL_FUNCS;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy