瀏覽代碼

graw: remove pipe_vertex_buffer::max_index

This is a follow-up to commit cdca3c58aa.
tags/android-x86-2.2-r2
Vinson Lee 14 年之前
父節點
當前提交
7582448016
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      src/gallium/tests/graw/quad-sample.c

+ 0
- 1
src/gallium/tests/graw/quad-sample.c 查看文件

@@ -99,7 +99,6 @@ static void set_vertices( void )


vbuf.stride = sizeof( struct vertex );
vbuf.max_index = sizeof(vertices) / vbuf.stride;
vbuf.buffer_offset = 0;
vbuf.buffer = screen->user_buffer_create(screen,
vertices,

Loading…
取消
儲存