David Piuva f27116ee96 Removed the std::vector backend from dsr::List. hace 10 meses
..
font 8ba2e9c9de Moved lots of code into an implementation folder. hace 10 meses
gui f27116ee96 Removed the std::vector backend from dsr::List. hace 10 meses
image 8ba2e9c9de Moved lots of code into an implementation folder. hace 10 meses
machine 8ba2e9c9de Moved lots of code into an implementation folder. hace 10 meses
math 8ba2e9c9de Moved lots of code into an implementation folder. hace 10 meses
persistent 8ba2e9c9de Moved lots of code into an implementation folder. hace 10 meses
render 339b50e00c Allowing the mip level to be uniform to increase performance in texture sampling. hace 10 meses
README.md 8ba2e9c9de Moved lots of code into an implementation folder. hace 10 meses

README.md

The implementation folder

To clearly define what is a part of the external interface to the framework, the code that is mainly for internal use is placed within this implementation folder. While you can include headers directly from the implementation by controlling exactly which version of the library you use, it should be kept to a minimum because it may break backward compatibility without warning in new releases.