JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.cg.CgProcAddressTable Class Reference

This table is a cache of pointers to the dynamically-linkable C library. More...

Inheritance diagram for com.jogamp.opengl.cg.CgProcAddressTable:
Collaboration diagram for com.jogamp.opengl.cg.CgProcAddressTable:

Public Member Functions

 CgProcAddressTable ()
 
 CgProcAddressTable (com.jogamp.gluegen.runtime.FunctionAddressResolver resolver)
 

Detailed Description

This table is a cache of pointers to the dynamically-linkable C library.

See also
ProcAddressTable

Definition at line 19 of file CgProcAddressTable.java.

Constructor & Destructor Documentation

◆ CgProcAddressTable() [1/2]

com.jogamp.opengl.cg.CgProcAddressTable.CgProcAddressTable ( )

Definition at line 22 of file CgProcAddressTable.java.

◆ CgProcAddressTable() [2/2]

com.jogamp.opengl.cg.CgProcAddressTable.CgProcAddressTable ( com.jogamp.gluegen.runtime.FunctionAddressResolver  resolver)

Definition at line 24 of file CgProcAddressTable.java.


The documentation for this class was generated from the following file: