Go to the documentation of this file.
30 #ifndef __vtkShaderDeviceAdapter_h
31 #define __vtkShaderDeviceAdapter_h
53 virtual void SendAttribute(
const char* attrname,
54 int components,
int type,
55 const void* attribute,
unsigned long offset=0)=0;
70 virtual void PrepareForRender()=0;