• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

src/render/header/DrawCall.h

Go to the documentation of this file.
00001 #pragma once
00002 
00004 typedef struct DrawCall : public Instance
00005 {
00006         pGeometry geometry;
00007         pTexture texture;
00008         pIBody body;
00009         bool draw;
00010 } *pDrawCall;
00011 
00013 typedef struct GuiDrawCall
00014 {
00015         pGeometry geometry;
00016         pTexture texture;
00017 } *pGuiDrawCall;

Generated on Fri Jun 18 2010 17:48:39 for Cannonball by  doxygen 1.7.0