Revert Depth Offset (wrong impl, can be done later)

This commit is contained in:
Wojtek Figat
2023-01-31 14:22:37 +01:00
parent c46ea56af2
commit 0709288eac
12 changed files with 9 additions and 67 deletions

View File

@@ -330,11 +330,6 @@ API_ENUM(Attributes="Flags") enum class MaterialUsageFlags : uint32
/// The flag used to indicate that material uses refraction feature.
/// </summary>
UseRefraction = 1 << 6,
/// <summary>
/// The flag used to indicate that material uses per-pixel depth offset feature.
/// </summary>
UseDepthOffset = 1 << 7,
};
DECLARE_ENUM_OPERATORS(MaterialUsageFlags);