Jump to content

[SOLVED] Warning in TextureRender.h


photo

Recommended Posts

Hi,

 

Clang make a warning when i build and i think this there is an error in this line

 

 

TextureRender.h line 34

 

COLOR_MASK = (COLOR_R5G6B5 || COLOR_RGBA8 || COLOR_RGB10A2 || COLOR_RGBA16 || COLOR_RGBA16F || COLOR_RGBA32F || COLOR_RG11B10F),

 

must be :

 

 

COLOR_MASK = (COLOR_R5G6B5 | COLOR_RGBA8 | COLOR_RGB10A2 | COLOR_RGBA16 | COLOR_RGBA16F | COLOR_RGBA32F | COLOR_RG11B10F),
 
 
 
 
Link to comment
×
×
  • Create New...