ShaderModuleData #6
-
When I tried to set ShaderModuleData as a record, it says that it must return a result of type record, instead of allowing me to keep it empty. Not to mention as a result, ShaderModuleData can't be resolved to a type in the constructor. Are you aware of this problem or is this something caused by my own incompetance. `
` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, are you sure you are using a Java version which supoprt records? Which version are you using? The source code compiles ok, you can see even the results in Github workflow. |
Beta Was this translation helpful? Give feedback.
Hi, are you sure you are using a Java version which supoprt records? Which version are you using? The source code compiles ok, you can see even the results in Github workflow.