Go to the documentation of this file.
25 #ifndef __vtkCgShaderDeviceAdapter_h
26 #define __vtkCgShaderDeviceAdapter_h
54 int components,
int type,
55 const void* attribute,
unsigned long offset=0);
59 void SendAttributeInternal(
const char* attrname,
int components,
const double*);
60 void SendAttributeInternal(
const char* attrname,
int components,
const float*);
70 vtkInternal* Internal;