mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-12 03:04:51 -04:00
--Bug fixes
-Fix OpenCL compilation bugs in a few variations. --Code changes -Pre/post variations are now checked for precalcs when creating the OpenCL kernel code. -Change some enumeration t
This commit is contained in:
@ -19,7 +19,7 @@ namespace EmberNs
|
||||
/// <summary>
|
||||
/// Enum to encapsulate and add type safety to the thread priority defines.
|
||||
/// </summary>
|
||||
enum class eThreadPriority : int
|
||||
enum class eThreadPriority : char
|
||||
{
|
||||
LOWEST = THREAD_PRIORITY_LOWEST,//-2
|
||||
BELOW_NORMAL = THREAD_PRIORITY_BELOW_NORMAL,//-1
|
||||
|
Reference in New Issue
Block a user