Keep code style improvements

This commit is contained in:
Ryan Harrison 2019-10-16 11:46:37 -04:00
parent 1aeceaea7d
commit 622024277e
5 changed files with 15 additions and 15 deletions

View file

@ -135,8 +135,8 @@ struct TSampler { // misnomer now; includes images, textures without sampler,
bool isYuv() const { return yuv; }
#endif
void setCombined(bool c) { combined = c; }
void setBasicType(TBasicType t) { type = t; };
TBasicType getBasicType() const { return type; };
void setBasicType(TBasicType t) { type = t; }
TBasicType getBasicType() const { return type; }
bool isShadow() const { return shadow; }
bool isArrayed() const { return arrayed; }