David Piuva 7d3a69ddf0 Removed safeRoundInt64, because it prevented rendering of 8192x8192 shadow maps in range 0 to 2097152. 5 月之前
..
font 8ba2e9c9de Moved lots of code into an implementation folder. 10 月之前
gui 3a33829d63 Inheriting theme from parent when adding new components to an interface. 6 月之前
image 8ba2e9c9de Moved lots of code into an implementation folder. 10 月之前
machine 8ba2e9c9de Moved lots of code into an implementation folder. 10 月之前
math 8ba2e9c9de Moved lots of code into an implementation folder. 10 月之前
persistent 8ba2e9c9de Moved lots of code into an implementation folder. 10 月之前
render 7d3a69ddf0 Removed safeRoundInt64, because it prevented rendering of 8192x8192 shadow maps in range 0 to 2097152. 4 月之前
README.md 8ba2e9c9de Moved lots of code into an implementation folder. 10 月之前

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.