mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
svga: minor code reformatting
To be consistent with other functions.
This commit is contained in:
parent
81ba2c53b6
commit
553a08d314
1 changed files with 3 additions and 2 deletions
|
|
@ -1201,8 +1201,9 @@ SVGA3D_SetScissorRect(struct svga_winsys_context *swc,
|
|||
*----------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
enum pipe_error SVGA3D_SetClipPlane(struct svga_winsys_context *swc,
|
||||
uint32 index, const float *plane)
|
||||
enum pipe_error
|
||||
SVGA3D_SetClipPlane(struct svga_winsys_context *swc,
|
||||
uint32 index, const float *plane)
|
||||
{
|
||||
SVGA3dCmdSetClipPlane *cmd;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue