mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
gles1: fix glBufferSubData()
InternalBufferSubDataCopyMESA is required for PIPE_CAP_ALLOW_GLTHREAD_BUFFER_SUBDATA_OPT. Signed-off-by: Zack Middleton <zack@cloemail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29795>
This commit is contained in:
parent
31841c6b11
commit
21d3eacd23
1 changed files with 1 additions and 1 deletions
|
|
@ -12922,7 +12922,7 @@
|
|||
</function>
|
||||
|
||||
<!-- Internal function for glthread to implement BufferSubData as a GPU copy. -->
|
||||
<function name="InternalBufferSubDataCopyMESA" es2="2.0">
|
||||
<function name="InternalBufferSubDataCopyMESA" es1="1.1" es2="2.0">
|
||||
<param name="srcBuffer" type="GLintptr"/> <!-- "struct gl_buffer_object *" really -->
|
||||
<param name="srcOffset" type="GLuint"/>
|
||||
<param name="dstTargetOrName" type="GLuint"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue