diff options
Diffstat (limited to 'Graphics/GraphicsEngine')
| -rw-r--r-- | Graphics/GraphicsEngine/interface/RasterizerState.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngine/interface/RasterizerState.h b/Graphics/GraphicsEngine/interface/RasterizerState.h index b1638af8..7b941a5d 100644 --- a/Graphics/GraphicsEngine/interface/RasterizerState.h +++ b/Graphics/GraphicsEngine/interface/RasterizerState.h @@ -104,9 +104,7 @@ struct RasterizerStateDesc /// Default value: False. Bool FrontCounterClockwise = False; - /// Enable clipping based on distance. - /// \warning On DirectX this only disables clipping against far clipping plane, - /// while on OpenGL this disables clipping against both far and near clip planes. + /// Enable clipping against near and far clip planes. /// Default value: True. Bool DepthClipEnable = True; |
