mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
mesa: Replace void * arithmetic.
This commit is contained in:
parent
4f45dbc6aa
commit
fb95b603ef
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ accum_mad(GLcontext *ctx, GLfloat scale, GLfloat bias,
|
|||
{
|
||||
struct pipe_screen *screen = ctx->st->pipe->screen;
|
||||
struct pipe_surface *acc_ps = acc_strb->surface;
|
||||
GLvoid *map;
|
||||
GLubyte *map;
|
||||
|
||||
map = screen->surface_map(screen, acc_ps,
|
||||
PIPE_BUFFER_USAGE_CPU_WRITE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue