mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 19:30:06 +00:00
Add thread.Pool with example in demo.odin; Update linalg to support handness changes for projection matrices
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package thread;
|
||||
package thread
|
||||
|
||||
import "core:runtime";
|
||||
import "core:runtime"
|
||||
|
||||
Thread_Proc :: #type proc(^Thread);
|
||||
|
||||
@@ -12,4 +12,4 @@ Thread :: struct {
|
||||
|
||||
init_context: runtime.Context,
|
||||
use_init_context: bool,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user