glew/generated/lib_glad/lib_glad_arb_gpu_shader_int64
library
Functions
-
glGetnUniformi64vArb(int program, int location, int bufSize, Pointer<Int64> params)
→ void
-
define glGetnUniformi64vARB GLEW_GET_FUN(__glewGetnUniformi64vARB)
GLEW_FUN_EXPORT PFNGLGETNUNIFORMI64VARBPROC __glewGetnUniformi64vARB
typedef void (GLAPIENTRY * PFNGLGETNUNIFORMI64VARBPROC) (GLuint program, GLint location, GLsizei bufSize, GLint64* params)
-
glGetnUniformui64vArb(int program, int location, int bufSize, Pointer<Uint64> params)
→ void
-
define glGetnUniformui64vARB GLEW_GET_FUN(__glewGetnUniformui64vARB)
GLEW_FUN_EXPORT PFNGLGETNUNIFORMUI64VARBPROC __glewGetnUniformui64vARB
typedef void (GLAPIENTRY * PFNGLGETNUNIFORMUI64VARBPROC) (GLuint program, GLint location, GLsizei bufSize, GLuint64* params)
-
glGetUniformi64vArb(int program, int location, Pointer<Int64> params)
→ void
-
define glGetUniformi64vARB GLEW_GET_FUN(__glewGetUniformi64vARB)
GLEW_FUN_EXPORT PFNGLGETUNIFORMI64VARBPROC __glewGetUniformi64vARB
typedef void (GLAPIENTRY * PFNGLGETUNIFORMI64VARBPROC) (GLuint program, GLint location, GLint64* params)
-
glGetUniformui64vArb(int program, int location, Pointer<Uint64> params)
→ void
-
define glGetUniformui64vARB GLEW_GET_FUN(__glewGetUniformui64vARB)
GLEW_FUN_EXPORT PFNGLGETUNIFORMUI64VARBPROC __glewGetUniformui64vARB
typedef void (GLAPIENTRY * PFNGLGETUNIFORMUI64VARBPROC) (GLuint program, GLint location, GLuint64* params)
-
glProgramUniform1i64Arb(int program, int location, int x)
→ void
-
define glProgramUniform1i64ARB GLEW_GET_FUN(__glewProgramUniform1i64ARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM1I64ARBPROC __glewProgramUniform1i64ARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM1I64ARBPROC) (GLuint program, GLint location, GLint64 x)
-
glProgramUniform1i64vArb(int program, int location, int count, Pointer<Int64> value)
→ void
-
define glProgramUniform1i64vARB GLEW_GET_FUN(__glewProgramUniform1i64vARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM1I64VARBPROC __glewProgramUniform1i64vARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM1I64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLint64* value)
-
glProgramUniform1ui64Arb(int program, int location, int x)
→ void
-
define glProgramUniform1ui64ARB GLEW_GET_FUN(__glewProgramUniform1ui64ARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM1UI64ARBPROC __glewProgramUniform1ui64ARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM1UI64ARBPROC) (GLuint program, GLint location, GLuint64 x)
-
glProgramUniform1ui64vArb(int program, int location, int count, Pointer<Uint64> value)
→ void
-
define glProgramUniform1ui64vARB GLEW_GET_FUN(__glewProgramUniform1ui64vARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM1UI64VARBPROC __glewProgramUniform1ui64vARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM1UI64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLuint64* value)
-
glProgramUniform2i64Arb(int program, int location, int x, int y)
→ void
-
define glProgramUniform2i64ARB GLEW_GET_FUN(__glewProgramUniform2i64ARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM2I64ARBPROC __glewProgramUniform2i64ARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM2I64ARBPROC) (GLuint program, GLint location, GLint64 x, GLint64 y)
-
glProgramUniform2i64vArb(int program, int location, int count, Pointer<Int64> value)
→ void
-
define glProgramUniform2i64vARB GLEW_GET_FUN(__glewProgramUniform2i64vARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM2I64VARBPROC __glewProgramUniform2i64vARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM2I64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLint64* value)
-
glProgramUniform2ui64Arb(int program, int location, int x, int y)
→ void
-
define glProgramUniform2ui64ARB GLEW_GET_FUN(__glewProgramUniform2ui64ARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM2UI64ARBPROC __glewProgramUniform2ui64ARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM2UI64ARBPROC) (GLuint program, GLint location, GLuint64 x, GLuint64 y)
-
glProgramUniform2ui64vArb(int program, int location, int count, Pointer<Uint64> value)
→ void
-
define glProgramUniform2ui64vARB GLEW_GET_FUN(__glewProgramUniform2ui64vARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM2UI64VARBPROC __glewProgramUniform2ui64vARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM2UI64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLuint64* value)
-
glProgramUniform3i64Arb(int program, int location, int x, int y, int z)
→ void
-
define glProgramUniform3i64ARB GLEW_GET_FUN(__glewProgramUniform3i64ARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM3I64ARBPROC __glewProgramUniform3i64ARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM3I64ARBPROC) (GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z)
-
glProgramUniform3i64vArb(int program, int location, int count, Pointer<Int64> value)
→ void
-
define glProgramUniform3i64vARB GLEW_GET_FUN(__glewProgramUniform3i64vARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM3I64VARBPROC __glewProgramUniform3i64vARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM3I64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLint64* value)
-
glProgramUniform3ui64Arb(int program, int location, int x, int y, int z)
→ void
-
define glProgramUniform3ui64ARB GLEW_GET_FUN(__glewProgramUniform3ui64ARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM3UI64ARBPROC __glewProgramUniform3ui64ARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM3UI64ARBPROC) (GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
-
glProgramUniform3ui64vArb(int program, int location, int count, Pointer<Uint64> value)
→ void
-
define glProgramUniform3ui64vARB GLEW_GET_FUN(__glewProgramUniform3ui64vARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM3UI64VARBPROC __glewProgramUniform3ui64vARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM3UI64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLuint64* value)
-
glProgramUniform4i64Arb(int program, int location, int x, int y, int z, int w)
→ void
-
define glProgramUniform4i64ARB GLEW_GET_FUN(__glewProgramUniform4i64ARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM4I64ARBPROC __glewProgramUniform4i64ARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM4I64ARBPROC) (GLuint program, GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
-
glProgramUniform4i64vArb(int program, int location, int count, Pointer<Int64> value)
→ void
-
define glProgramUniform4i64vARB GLEW_GET_FUN(__glewProgramUniform4i64vARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM4I64VARBPROC __glewProgramUniform4i64vARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM4I64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLint64* value)
-
glProgramUniform4ui64Arb(int program, int location, int x, int y, int z, int w)
→ void
-
define glProgramUniform4ui64ARB GLEW_GET_FUN(__glewProgramUniform4ui64ARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM4UI64ARBPROC __glewProgramUniform4ui64ARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM4UI64ARBPROC) (GLuint program, GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
-
glProgramUniform4ui64vArb(int program, int location, int count, Pointer<Uint64> value)
→ void
-
define glProgramUniform4ui64vARB GLEW_GET_FUN(__glewProgramUniform4ui64vARB)
GLEW_FUN_EXPORT PFNGLPROGRAMUNIFORM4UI64VARBPROC __glewProgramUniform4ui64vARB
typedef void (GLAPIENTRY * PFNGLPROGRAMUNIFORM4UI64VARBPROC) (GLuint program, GLint location, GLsizei count, const GLuint64* value)
-
glUniform1i64Arb(int location, int x)
→ void
-
define glUniform1i64ARB GLEW_GET_FUN(__glewUniform1i64ARB)
GLEW_FUN_EXPORT PFNGLUNIFORM1I64ARBPROC __glewUniform1i64ARB
typedef void (GLAPIENTRY * PFNGLUNIFORM1I64ARBPROC) (GLint location, GLint64 x)
-
glUniform1i64vArb(int location, int count, Pointer<Int64> value)
→ void
-
define glUniform1i64vARB GLEW_GET_FUN(__glewUniform1i64vARB)
GLEW_FUN_EXPORT PFNGLUNIFORM1I64VARBPROC __glewUniform1i64vARB
typedef void (GLAPIENTRY * PFNGLUNIFORM1I64VARBPROC) (GLint location, GLsizei count, const GLint64* value)
-
glUniform1ui64Arb(int location, int x)
→ void
-
define glUniform1ui64ARB GLEW_GET_FUN(__glewUniform1ui64ARB)
GLEW_FUN_EXPORT PFNGLUNIFORM1UI64ARBPROC __glewUniform1ui64ARB
typedef void (GLAPIENTRY * PFNGLUNIFORM1UI64ARBPROC) (GLint location, GLuint64 x)
-
glUniform1ui64vArb(int location, int count, Pointer<Uint64> value)
→ void
-
define glUniform1ui64vARB GLEW_GET_FUN(__glewUniform1ui64vARB)
GLEW_FUN_EXPORT PFNGLUNIFORM1UI64VARBPROC __glewUniform1ui64vARB
typedef void (GLAPIENTRY * PFNGLUNIFORM1UI64VARBPROC) (GLint location, GLsizei count, const GLuint64* value)
-
glUniform2i64Arb(int location, int x, int y)
→ void
-
define glUniform2i64ARB GLEW_GET_FUN(__glewUniform2i64ARB)
GLEW_FUN_EXPORT PFNGLUNIFORM2I64ARBPROC __glewUniform2i64ARB
typedef void (GLAPIENTRY * PFNGLUNIFORM2I64ARBPROC) (GLint location, GLint64 x, GLint64 y)
-
glUniform2i64vArb(int location, int count, Pointer<Int64> value)
→ void
-
define glUniform2i64vARB GLEW_GET_FUN(__glewUniform2i64vARB)
GLEW_FUN_EXPORT PFNGLUNIFORM2I64VARBPROC __glewUniform2i64vARB
typedef void (GLAPIENTRY * PFNGLUNIFORM2I64VARBPROC) (GLint location, GLsizei count, const GLint64* value)
-
glUniform2ui64Arb(int location, int x, int y)
→ void
-
define glUniform2ui64ARB GLEW_GET_FUN(__glewUniform2ui64ARB)
GLEW_FUN_EXPORT PFNGLUNIFORM2UI64ARBPROC __glewUniform2ui64ARB
typedef void (GLAPIENTRY * PFNGLUNIFORM2UI64ARBPROC) (GLint location, GLuint64 x, GLuint64 y)
-
glUniform2ui64vArb(int location, int count, Pointer<Uint64> value)
→ void
-
define glUniform2ui64vARB GLEW_GET_FUN(__glewUniform2ui64vARB)
GLEW_FUN_EXPORT PFNGLUNIFORM2UI64VARBPROC __glewUniform2ui64vARB
typedef void (GLAPIENTRY * PFNGLUNIFORM2UI64VARBPROC) (GLint location, GLsizei count, const GLuint64* value)
-
glUniform3i64Arb(int location, int x, int y, int z)
→ void
-
define glUniform3i64ARB GLEW_GET_FUN(__glewUniform3i64ARB)
GLEW_FUN_EXPORT PFNGLUNIFORM3I64ARBPROC __glewUniform3i64ARB
typedef void (GLAPIENTRY * PFNGLUNIFORM3I64ARBPROC) (GLint location, GLint64 x, GLint64 y, GLint64 z)
-
glUniform3i64vArb(int location, int count, Pointer<Int64> value)
→ void
-
define glUniform3i64vARB GLEW_GET_FUN(__glewUniform3i64vARB)
GLEW_FUN_EXPORT PFNGLUNIFORM3I64VARBPROC __glewUniform3i64vARB
typedef void (GLAPIENTRY * PFNGLUNIFORM3I64VARBPROC) (GLint location, GLsizei count, const GLint64* value)
-
glUniform3ui64Arb(int location, int x, int y, int z)
→ void
-
define glUniform3ui64ARB GLEW_GET_FUN(__glewUniform3ui64ARB)
GLEW_FUN_EXPORT PFNGLUNIFORM3UI64ARBPROC __glewUniform3ui64ARB
typedef void (GLAPIENTRY * PFNGLUNIFORM3UI64ARBPROC) (GLint location, GLuint64 x, GLuint64 y, GLuint64 z)
-
glUniform3ui64vArb(int location, int count, Pointer<Uint64> value)
→ void
-
define glUniform3ui64vARB GLEW_GET_FUN(__glewUniform3ui64vARB)
GLEW_FUN_EXPORT PFNGLUNIFORM3UI64VARBPROC __glewUniform3ui64vARB
typedef void (GLAPIENTRY * PFNGLUNIFORM3UI64VARBPROC) (GLint location, GLsizei count, const GLuint64* value)
-
glUniform4i64Arb(int location, int x, int y, int z, int w)
→ void
-
define glUniform4i64ARB GLEW_GET_FUN(__glewUniform4i64ARB)
GLEW_FUN_EXPORT PFNGLUNIFORM4I64ARBPROC __glewUniform4i64ARB
typedef void (GLAPIENTRY * PFNGLUNIFORM4I64ARBPROC) (GLint location, GLint64 x, GLint64 y, GLint64 z, GLint64 w)
-
glUniform4i64vArb(int location, int count, Pointer<Int64> value)
→ void
-
define glUniform4i64vARB GLEW_GET_FUN(__glewUniform4i64vARB)
GLEW_FUN_EXPORT PFNGLUNIFORM4I64VARBPROC __glewUniform4i64vARB
typedef void (GLAPIENTRY * PFNGLUNIFORM4I64VARBPROC) (GLint location, GLsizei count, const GLint64* value)
-
glUniform4ui64Arb(int location, int x, int y, int z, int w)
→ void
-
define glUniform4ui64ARB GLEW_GET_FUN(__glewUniform4ui64ARB)
GLEW_FUN_EXPORT PFNGLUNIFORM4UI64ARBPROC __glewUniform4ui64ARB
typedef void (GLAPIENTRY * PFNGLUNIFORM4UI64ARBPROC) (GLint location, GLuint64 x, GLuint64 y, GLuint64 z, GLuint64 w)
-
glUniform4ui64vArb(int location, int count, Pointer<Uint64> value)
→ void
-
define glUniform4ui64vARB GLEW_GET_FUN(__glewUniform4ui64vARB)
GLEW_FUN_EXPORT PFNGLUNIFORM4UI64VARBPROC __glewUniform4ui64vARB
typedef void (GLAPIENTRY * PFNGLUNIFORM4UI64VARBPROC) (GLint location, GLsizei count, const GLuint64* value)