mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 08:15:37 +00:00
239d98e860
Added check for the existence of override elements before trying to use them (avoids potential null reference exception). Regenerated bindings using the latest version of the generator.
18 lines
563 B
XML
18 lines
563 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<overrides>
|
|
<replace>
|
|
<function name="GetString" extension="Core">
|
|
<returns>String</returns>
|
|
</function>
|
|
<function name="ShaderSource" extension="Core">
|
|
<param name="string"><type>String*</type></param>
|
|
</function>
|
|
<function name="GetShaderSource" extension="Core">
|
|
<param name="source"><flow>out</flow></param>
|
|
</function>
|
|
<function name="GetProgramInfoLog" extension="Core">
|
|
<param name="infolog"><flow>out</flow></param>
|
|
</function>
|
|
</replace>
|
|
</overrides>
|