Skip to content

Commit

Permalink
Removed unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Mar 5, 2018
1 parent c69135a commit 14e14c1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/37-gpudrivenrendering/gpudrivenrendering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,14 +359,6 @@ struct Material
float m_colour[4];
};

//helpers to make setting vectors a bit tidier
inline void setVector3(float* dest, float x, float y, float z)
{
dest[0] = x;
dest[1] = y;
dest[2] = z;
}

inline void setVector4(float* dest, float x, float y, float z, float w)
{
dest[0] = x;
Expand Down

0 comments on commit 14e14c1

Please sign in to comment.