ai_driver_utils.h
1 /*
2  * Arnold API header file
3  * Copyright (c) 1998-2009 Marcos Fajardo, (c) 2009-2013 Solid Angle SL
4  */
5 
11 #pragma once
12 #include "ai_types.h"
13 #include "ai_api.h"
14 
22 AI_API AtUInt8 AiQuantize8bit(int x, int y, int i, float value, bool dither);
23 AI_API AtUInt16 AiQuantize16bit(int x, int y, int i, float value, bool dither);
24 /*\}*/
25 
26 /*\}*/

© 2009-2013 Solid Angle SL · all rights reserved · www.solidangle.com