Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Benlitz f104674963 gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 13 лет назад
..
base core: added StartsWith and EndsWith function for strings, and a sign function for numeric types 10 лет назад
debug math: move rand() to its own header, ensure it only returns 13 лет назад
gpu gpu: removed attribute name, everything works using semantic only now. For glsl, semantic is determined from the attribute name which must follow this pattern: in_[Semantic][index], index being optional. Note: this may break most of the projects although I tried to updated every shader accordingly 10 лет назад
image image: try to reuse existing images when loading them, and don't unload 13 лет назад
math core: added StartsWith and EndsWith function for strings, and a sign function for numeric types 10 лет назад
sys small tweak on file object. 10 лет назад
unit.h build: fix the WTFPL site URL in all code comments. 13 лет назад