mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Fix pixel lighting.
This commit is contained in:
parent
1f8a8268c6
commit
ca7e8a9e88
5 changed files with 36 additions and 18 deletions
|
@ -18,6 +18,9 @@
|
|||
#ifndef _LIGHTINGSHADERGEN_H_
|
||||
#define _LIGHTINGSHADERGEN_H_
|
||||
|
||||
#include "CommonTypes.h"
|
||||
|
||||
int GetLightingShaderId(u32* out);
|
||||
char *GenerateLightingShader(char *p, int components, const char* materialsName, const char* lightsName, const char* inColorName, const char* dest);
|
||||
|
||||
#endif // _LIGHTINGSHADERGEN_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue