Sha256: 18d2f90e6936f35719067f30847d60d467b55fc28f0333ec2e521004ca3e720c
Contents?: true
Size: 293 Bytes
Versions: 24
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
24 entries across 24 versions & 1 rubygems