Skip to content

Commit

Permalink
Delete unsed function.
Browse files Browse the repository at this point in the history
  • Loading branch information
CyTakayukiKiyohara committed Aug 16, 2022
1 parent f0ec3b2 commit 88674fa
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Assets/Nova/Editor/Core/Scripts/Shaders/ParticlesUberLit.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,5 @@ struct VaryingsLit
float3 vertexSH : COLOR3; // SH
};

/**
* \brief Initialize the input data of fragment shader.
* \details This function will call initialize function of UberUnlit.\n
* After, it will execute initialize proprietary process of UberLit.
* \param[in,out] input InputData from the vertex shader.
*/
inline void InitializeFragmentInputLit(in out VaryingsLit input)
{
InitializeFragmentInput(input.varyingsUnlit);
#ifdef _NORMAL_MAP_ENABLED
input.binormalWS = normalize(input.binormalWS);
input.tangentWS = normalize(input.tangentWS);
#endif
}


#endif

0 comments on commit 88674fa

Please sign in to comment.