소스 검색

st/python: remove unused 'buf' parameter in pipe_buffer_unmap

This is a follow-up to commit ec51092a72.

Fixes SCons build.
tags/android-x86-2.2-r2
Vinson Lee 14 년 전
부모
커밋
a14f79f801
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/gallium/state_trackers/python/p_context.i

+ 1
- 1
src/gallium/state_trackers/python/p_context.i 파일 보기

@@ -360,7 +360,7 @@ struct st_context {
if (!map)
goto error2;
memcpy(map, vertices, size);
pipe_buffer_unmap(pipe, vbuf, transfer);
pipe_buffer_unmap(pipe, transfer);

cso_save_vertex_elements($self->cso);


Loading…
취소
저장