All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzs_opengl_extensions.h File Reference

OpenGL extension wrapper. More...

Functions

kzsGLProcPointer kzsGLGetProcAddress (kzString functionName)
 Gets the function pointer address for given string. More...
 
kzsError kzsNativeWindowSystemInitialize (void)
 Initializes native window system. More...
 

Variables

KZ_HEADER_BEGIN typedef void(* kzsGLProcPointer )()
 Pointer to any GL function. More...
 

Detailed Description

OpenGL extension wrapper.

Copyright 2008-2020 by Rightware. All rights reserved.

Function Documentation

kzsGLProcPointer kzsGLGetProcAddress ( kzString  functionName)

Gets the function pointer address for given string.

kzsError kzsNativeWindowSystemInitialize ( void  )

Initializes native window system.

Variable Documentation

KZ_HEADER_BEGIN typedef void(* kzsGLProcPointer)()

Pointer to any GL function.