2013-04-18 03:09:55 +00:00
|
|
|
// Copyright 2013 Dolphin Emulator Project
|
|
|
|
// Licensed under GPLv2
|
|
|
|
// Refer to the license.txt file included.
|
2011-02-06 01:56:45 +00:00
|
|
|
|
|
|
|
#ifndef _LIGHTINGSHADERGEN_H_
|
|
|
|
#define _LIGHTINGSHADERGEN_H_
|
|
|
|
|
2011-09-29 19:21:09 +00:00
|
|
|
#include "CommonTypes.h"
|
|
|
|
|
|
|
|
int GetLightingShaderId(u32* out);
|
2011-02-06 01:56:45 +00:00
|
|
|
char *GenerateLightingShader(char *p, int components, const char* materialsName, const char* lightsName, const char* inColorName, const char* dest);
|
|
|
|
|
|
|
|
#endif // _LIGHTINGSHADERGEN_H_
|