Sha256: 93d9a0488cdbb2a4553e1039713bf1df8b961947b150959d954d232aba67fa69

Contents?: true

Size: 403 Bytes

Versions: 3

Compression:

Stored size: 403 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __RAYS_RUBY_RAYS_H__
#define __RAYS_RUBY_RAYS_H__


#include <rucy/rucy.h>
#include <rucy/module.h>
#include <rucy/extension.h>
#include <rays/rays.h>


namespace Rays
{


	Rucy::Module rays_module ();
	// module Rays


}// Rays


RUCY_DECLARE_CONVERT_TO(Rays::CapType)

RUCY_DECLARE_CONVERT_TO(Rays::JoinType)

RUCY_DECLARE_CONVERT_TO(Rays::BlendMode)


#endif//EOH

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rays-0.1.28 include/rays/ruby/rays.h
rays-0.1.27 include/rays/ruby/rays.h
rays-0.1.26 include/rays/ruby/rays.h