mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
apple: Manually edit gl.spec to match mesa 7.9 ProgramParameters4dvNV
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
4f362e0494
commit
bde5310339
1 changed files with 2 additions and 2 deletions
|
|
@ -20405,7 +20405,7 @@ ProgramParameters4dvNV(target, index, count, v)
|
|||
return void
|
||||
param target VertexAttribEnumNV in value
|
||||
param index UInt32 in value
|
||||
param count SizeI in value
|
||||
param count UInt32 in value
|
||||
param v Float64 in array [count*4]
|
||||
category NV_vertex_program
|
||||
version 1.2
|
||||
|
|
@ -20417,7 +20417,7 @@ ProgramParameters4fvNV(target, index, count, v)
|
|||
return void
|
||||
param target VertexAttribEnumNV in value
|
||||
param index UInt32 in value
|
||||
param count SizeI in value
|
||||
param count UInt32 in value
|
||||
param v Float32 in array [count*4]
|
||||
category NV_vertex_program
|
||||
version 1.2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue