mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -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 @@ template <typename T> class Interpolater;
|
||||
/// Bit position specifying the presence of each type of 3D parameter.
|
||||
/// One, none, some or all of these can be present.
|
||||
/// </summary>
|
||||
enum class eProjBits : et
|
||||
enum class eProjBits : unsigned char
|
||||
{
|
||||
PROJBITS_ZPOS = 1,
|
||||
PROJBITS_PERSP = 2,
|
||||
|
Reference in New Issue
Block a user