Fix: remove error in previous commit

This commit is contained in:
2020-07-28 16:35:31 +02:00
parent b274d18aec
commit 67c33caeec

View File

@@ -57,8 +57,6 @@ typedef enum eGPUSamplerState {
GPU_SAMPLER_MAX = (1 << 8),
} eGPUSamplerState;
ENUM_OPERATORS(eGPUSamplerState)
#ifdef __cplusplus
extern "C" {
#endif