Planning to try out a flavor of Ryan's multi-threaded laned procs with the some extra threads hooked up separately to a job system. Will most likely do 2 threads main/helper on live lanes, then 2 others on job queue loops
10 lines
120 B
Odin
10 lines
120 B
Odin
package sectr
|
|
|
|
// This should be the only global on client module side.
|
|
host_memory: ^HostMemory
|
|
|
|
|
|
State :: struct {
|
|
|
|
}
|