Fix 141742: Crash on startup due to failed shader compilation
Vulkan only.
Regression caused by 58a81f5c3a.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user