HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/local/cuda-12/include/generated_cudaGL_meta.h
// This file is generated.  Any changes you make will be lost during the next clean build.

// Dependent includes
#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif

// CUDA public interface, for type definitions and cu* function prototypes
#include "cudaGL.h"


// *************************************************************************
//      Definitions of structs to hold parameters for each function
// *************************************************************************

typedef struct cuGraphicsGLRegisterBuffer_params_st {
    CUgraphicsResource *pCudaResource;
    GLuint buffer;
    unsigned int Flags;
} cuGraphicsGLRegisterBuffer_params;

typedef struct cuGraphicsGLRegisterImage_params_st {
    CUgraphicsResource *pCudaResource;
    GLuint image;
    GLenum target;
    unsigned int Flags;
} cuGraphicsGLRegisterImage_params;

typedef struct cuGLGetDevices_v2_params_st {
    unsigned int *pCudaDeviceCount;
    CUdevice *pCudaDevices;
    unsigned int cudaDeviceCount;
    CUGLDeviceList deviceList;
} cuGLGetDevices_v2_params;

typedef struct cuGLCtxCreate_v2_params_st {
    CUcontext *pCtx;
    unsigned int Flags;
    CUdevice device;
} cuGLCtxCreate_v2_params;

typedef struct cuGLRegisterBufferObject_params_st {
    GLuint buffer;
} cuGLRegisterBufferObject_params;

typedef struct cuGLMapBufferObject_v2_ptds_params_st {
    CUdeviceptr *dptr;
    size_t *size;
    GLuint buffer;
} cuGLMapBufferObject_v2_ptds_params;

typedef struct cuGLUnmapBufferObject_params_st {
    GLuint buffer;
} cuGLUnmapBufferObject_params;

typedef struct cuGLUnregisterBufferObject_params_st {
    GLuint buffer;
} cuGLUnregisterBufferObject_params;

typedef struct cuGLSetBufferObjectMapFlags_params_st {
    GLuint buffer;
    unsigned int Flags;
} cuGLSetBufferObjectMapFlags_params;

typedef struct cuGLMapBufferObjectAsync_v2_ptsz_params_st {
    CUdeviceptr *dptr;
    size_t *size;
    GLuint buffer;
    CUstream hStream;
} cuGLMapBufferObjectAsync_v2_ptsz_params;

typedef struct cuGLUnmapBufferObjectAsync_params_st {
    GLuint buffer;
    CUstream hStream;
} cuGLUnmapBufferObjectAsync_params;

typedef struct cuGLGetDevices_params_st {
    unsigned int *pCudaDeviceCount;
    CUdevice *pCudaDevices;
    unsigned int cudaDeviceCount;
    CUGLDeviceList deviceList;
} cuGLGetDevices_params;

typedef struct cuGLMapBufferObject_v2_params_st {
    CUdeviceptr *dptr;
    size_t *size;
    GLuint buffer;
} cuGLMapBufferObject_v2_params;

typedef struct cuGLMapBufferObjectAsync_v2_params_st {
    CUdeviceptr *dptr;
    size_t *size;
    GLuint buffer;
    CUstream hStream;
} cuGLMapBufferObjectAsync_v2_params;

typedef struct cuGLCtxCreate_params_st {
    CUcontext *pCtx;
    unsigned int Flags;
    CUdevice device;
} cuGLCtxCreate_params;

typedef struct cuGLMapBufferObject_params_st {
    CUdeviceptr_v1 *dptr;
    unsigned int *size;
    GLuint buffer;
} cuGLMapBufferObject_params;

typedef struct cuGLMapBufferObjectAsync_params_st {
    CUdeviceptr_v1 *dptr;
    unsigned int *size;
    GLuint buffer;
    CUstream hStream;
} cuGLMapBufferObjectAsync_params;