Sha256: 340486adc4f8f930bd72a1dfe3427f61a6cbd897a5dd1e8a255eb236f3dc22eb
Contents?: true
Size: 368 Bytes
Versions: 10
Compression:
Stored size: 368 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_SRC_PAINTER_H__ #define __RAYS_SRC_PAINTER_H__ #include "rays/painter.h" #include "opengl.h" namespace Rays { void Painter_draw_polygon ( Painter* painter, GLenum mode, const Color& color, const Coord3* points, size_t npoints, const uint* indices = NULL, size_t nindices = 0); }// Rays #endif//EOH
Version data entries
10 entries across 10 versions & 1 rubygems