Sha256: 68a088dd680be413d4281c1a12efdbab37de13f8a14c06775ade0440ee4daa0e
Contents?: true
Size: 368 Bytes
Versions: 24
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
24 entries across 24 versions & 1 rubygems