You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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 12 years ago
..
base core: added StartsWith and EndsWith function for strings, and a sign function for numeric types 9 years ago
debug math: move rand() to its own header, ensure it only returns 13 years ago
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 9 years ago
image image: try to reuse existing images when loading them, and don't unload 13 years ago
math core: added StartsWith and EndsWith function for strings, and a sign function for numeric types 9 years ago
sys small tweak on file object. 9 years ago
unit.h build: fix the WTFPL site URL in all code comments. 13 years ago