Fix 141742: Crash on startup due to failed shader compilation

Vulkan only.
Regression caused by 58a81f5c3a.
This commit is contained in:
Miguel Pozo
2025-07-10 17:59:07 +02:00
parent 7ec0adf033
commit 44faabdedd

View File

@@ -154,7 +154,10 @@ enum eObjectInfoFlag : uint32_t {
/* Avoid skipped info to change culling. */
OBJECT_NO_INFO = ~OBJECT_HOLDOUT
};
#if !defined(GPU_SHADER) && defined(__cplusplus)
ENUM_OPERATORS(eObjectInfoFlag, OBJECT_ACTIVE_EDIT_MODE);
#endif
struct ObjectInfos {
/** Uploaded as center + size. Converted to mul+bias to local coord. */