On Sunday, 20 December 2020 at 15:45:59 UTC, ParticlePeter wrote:
VkSemaphore[] wait_semaphores = [], // error: TypeInfo required
does it still error if you just use = null? they work the same way but might avoid the annoying error.
Adam D. Ruppe via Digitalmars-d-learn Sun, 20 Dec 2020 07:55:32 -0800
On Sunday, 20 December 2020 at 15:45:59 UTC, ParticlePeter wrote:
VkSemaphore[] wait_semaphores = [], // error: TypeInfo required
does it still error if you just use = null? they work the same way but might avoid the annoying error.