Browse Source

Removed unused function.

Branimir Karadžić 7 years ago
parent
commit
14e14c12a5
1 changed files with 0 additions and 8 deletions
  1. 0 8
      examples/37-gpudrivenrendering/gpudrivenrendering.cpp

+ 0 - 8
examples/37-gpudrivenrendering/gpudrivenrendering.cpp

@@ -359,14 +359,6 @@ struct Material
 	float m_colour[4];
 	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)
 inline void setVector4(float* dest, float x, float y, float z, float w)
 {
 {
 	dest[0] = x;
 	dest[0] = x;