This commit is contained in:
Бранимир Караџић
2022-10-01 08:29:48 -07:00
parent adf5c354b7
commit 76923d21d9
2 changed files with 3 additions and 2 deletions

View File

@@ -263,8 +263,9 @@ namespace bgfx
class ThreadData
{
BX_CLASS(ThreadData
, NO_DEFAULT_CTOR
, NO_COPY
, NO_ASSIGNMENT
, NO_COPY_ASSIGNMENT
);
public:

View File

@@ -788,7 +788,7 @@ namespace bgfx
{
BX_CLASS(CommandBuffer
, NO_COPY
, NO_ASSIGNMENT
, NO_COPY_ASSIGNMENT
);
public: