Add statically disabled geometry shaders on mobile
This commit is contained in:
@@ -107,6 +107,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#if GPU_ALLOW_TESSELLATION_SHADERS
|
||||
/// <summary>
|
||||
/// Hull Shader for Vulkan backend.
|
||||
/// </summary>
|
||||
@@ -146,7 +147,9 @@ public:
|
||||
{
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
||||
#if GPU_ALLOW_GEOMETRY_SHADERS
|
||||
/// <summary>
|
||||
/// Geometry Shader for Vulkan backend.
|
||||
/// </summary>
|
||||
@@ -165,6 +168,7 @@ public:
|
||||
{
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Pixel Shader for Vulkan backend.
|
||||
|
||||
Reference in New Issue
Block a user