Revert Depth Offset (wrong impl, can be done later)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user