This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
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.
1800
Commits
5
Branches
69 MiB
C++
99%
C
0.6%
Markdown
0.4%
Tree:
f104674963
main
wip/image-kernel
wip/interp
legacy
wip/core-clipp
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'f104674963'
${ noResults }
lol
/
src
/
lol
History
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