Skip to content

Commit

Permalink
internal/graphicsdriver/playstation5: bug fix: compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Nov 3, 2024
1 parent 72e2941 commit 1014e45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ebitengine_DrawTriangles(int dst, const int *srcs, int src_count, int shader,
}

extern "C" ebitengine_Error
ebitengine_NewShader(int *shader, const ebitengine_ShaderSource *source) {
ebitengine_NewShader(int *shader, const ebitengine_PrecompiledShader *source) {
return {};
}

Expand Down

0 comments on commit 1014e45

Please sign in to comment.