Thierry Laviron
Results
2
comments of
Thierry Laviron
This will indeed not work with a frame delay of 0. I changed the order so that I do not need to create another command buffer per frame to reset...
May I suggest having an option to put all forge declarations in a namespace? Something like ```cpp #if defined(__cplusplus) && defined(TF_NAMESPACE) namespace TF_NAMESPACE { #endif ... ``` This would not...