On Tue, 13 Aug 2024 14:18:39 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:

> ```
> The method createShader(String, InputStream, Map<String,Integer>, 
> Map<String,Integer>, int, boolean, boolean) in the type ShaderFactory is not 
> applicable for the arguments (InputStream, HashMap<String,Integer>, 
> HashMap<String,Integer>, int, boolean, boolean)
> ```
> 
> I haven't worked on this repo for 3 weeks, what changed?

You need to do a clean build. This method was changed by 
[JDK-8336624](https://bugs.openjdk.org/browse/JDK-8336624) / PR #1530

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1333#issuecomment-2286427951

Reply via email to