Sha256: ed0d15f4735c9911a45d41db0bdcbd8f6376dd3563094379968867f89ac19084
Contents?: true
Size: 293 Bytes
Versions: 15
Compression:
Stored size: 293 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_SRC_COLOR_SPACE_H__ #define __RAYS_SRC_COLOR_SPACE_H__ #include "rays/color_space.h" #include "opengl.h" namespace Rays { void ColorSpace_get_gl_format_and_type ( GLenum* format, GLenum* type, const ColorSpace& cs); }// Rays #endif//EOH
Version data entries
15 entries across 15 versions & 1 rubygems