swr: [rasterizer core] fix comment typo
[mesa.git] / src / gallium / drivers / swr / rasterizer / core / api.h
index 93337e662ba2d8d2c5c211798649b34776d75dd8..fc66cfd0d07ac3b0d1bc13b452b8bd9050e71df2 100644 (file)
@@ -412,6 +412,14 @@ void SWR_API SwrSetBackendState(
     HANDLE hContext,
     SWR_BACKEND_STATE *pState);
 
+//////////////////////////////////////////////////////////////////////////
+/// @brief Set depth bounds state
+/// @param hContext - Handle passed back from SwrCreateContext
+/// @param pState - Pointer to state.
+void SWR_API SwrSetDepthBoundsState(
+    HANDLE hContext,
+    SWR_DEPTH_BOUNDS_STATE *pState);
+
 //////////////////////////////////////////////////////////////////////////
 /// @brief Set pixel shader state
 /// @param hContext - Handle passed back from SwrCreateContext
@@ -565,7 +573,7 @@ void SWR_API SwrClearRenderTarget(
     const SWR_RECT& clearRect);
 
 //////////////////////////////////////////////////////////////////////////
-/// @brief SwrSetRastyState
+/// @brief SwrSetRastState
 /// @param hContext - Handle passed back from SwrCreateContext
 /// @param pRastState - New SWR_RASTSTATE used for SwrDraw* commands
 void SWR_API SwrSetRastState(