-
- Downloads
x64: Do not use a union of LLColor4U. Especially having the two pointer in...
x64: Do not use a union of LLColor4U. Especially having the two pointer in there will blow up the struct to at least 8 byte, which will break VBO packing as this class needs to be 4 byte in size. (transplanted from 847df86d6b5daa69dcfc428df18876a9c1e8bef6)
Showing
- indra/llimage/llimage.cpp 2 additions, 1 deletionindra/llimage/llimage.cpp
- indra/llmath/v4coloru.h 34 additions, 8 deletionsindra/llmath/v4coloru.h
- indra/newview/llface.cpp 2 additions, 2 deletionsindra/newview/llface.cpp
- indra/newview/llnetmap.cpp 3 additions, 3 deletionsindra/newview/llnetmap.cpp
- indra/newview/llvosky.cpp 1 addition, 1 deletionindra/newview/llvosky.cpp
- indra/newview/llvosky.h 2 additions, 2 deletionsindra/newview/llvosky.h
Loading
Please register or sign in to comment