mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
i965/blorp: Fix incorrect indentation.
This commit is contained in:
parent
772ea84b35
commit
e42f16c192
1 changed files with 2 additions and 2 deletions
|
|
@ -81,8 +81,8 @@ class brw_blorp_surface_info : public brw_blorp_mip_info
|
|||
public:
|
||||
brw_blorp_surface_info();
|
||||
|
||||
void set(struct brw_context *brw,
|
||||
struct intel_mipmap_tree *mt,
|
||||
void set(struct brw_context *brw,
|
||||
struct intel_mipmap_tree *mt,
|
||||
unsigned int level, unsigned int layer);
|
||||
|
||||
/* Setting this flag indicates that the buffer's contents are W-tiled
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue