Multithreadded Shadergen: Minor fixups.

This commit is contained in:
Scott Mansell
2016-02-28 09:46:58 +13:00
parent 95469ec225
commit ebe5fd0b36
9 changed files with 25 additions and 29 deletions

View File

@ -63,7 +63,7 @@ struct pixel_shader_uid_data
u32 tevindref_bi4 : 3;
u32 tevindref_bc4 : 3;
inline void SetTevindrefValues(int index, u32 texcoord, u32 texmap)
void SetTevindrefValues(int index, u32 texcoord, u32 texmap)
{
if (index == 0)
{
@ -87,7 +87,7 @@ struct pixel_shader_uid_data
}
}
inline u32 GetTevindirefCoord(int index) const
u32 GetTevindirefCoord(int index) const
{
if (index == 0)
{
@ -108,7 +108,7 @@ struct pixel_shader_uid_data
return 0;
}
inline u32 GetTevindirefMap(int index) const
u32 GetTevindirefMap(int index) const
{
if (index == 0)
{