瀏覽代碼

llvmpipe: Change return type of declaration to match code.

Commit 2142108e0e changed the return type
of llvmpipe_get_texture_image_address function but didn't change the
declaration.

Fixes build.
tags/mesa-7.9-rc1
Vinson Lee 15 年之前
父節點
當前提交
a5460dc6d7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/gallium/drivers/llvmpipe/lp_texture.h

+ 1
- 1
src/gallium/drivers/llvmpipe/lp_texture.h 查看文件

@@ -189,7 +189,7 @@ void *
llvmpipe_resource_data(struct pipe_resource *resource);


void *
ubyte *
llvmpipe_get_texture_image_address(struct llvmpipe_resource *lpr,
unsigned face_slice, unsigned level,
enum lp_texture_layout layout);

Loading…
取消
儲存