浏览代码

llvmpipe: remove unused psize_slot field

undefined
Brian Paul 15 年前
父节点
当前提交
1550de98e6
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      src/gallium/drivers/llvmpipe/lp_context.h

+ 0
- 3
src/gallium/drivers/llvmpipe/lp_context.h 查看文件

/** Vertex format */ /** Vertex format */
struct vertex_info vertex_info; struct vertex_info vertex_info;


/** Which vertex shader output slot contains point size */
int psize_slot;

/** The tiling engine */ /** The tiling engine */
struct lp_setup_context *setup; struct lp_setup_context *setup;



正在加载...
取消
保存