Skip to content

Commit

Permalink
little mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Asek3 committed Sep 21, 2023
1 parent aca9a9b commit 4f74121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void attachToProgram() {
public void iris$createGeometryShader(ResourceProvider factory, ResourceLocation name) throws IOException {
factory.getResource(new ResourceLocation(name.getNamespace(), name.getPath() + "_geometry.gsh")).ifPresent(geometry -> {
try {
this.geometry = Program.compileShader(IrisProgramTypes.GEOMETRY, name.getNamespace(), geometry.open(), geometry.sourcePackId(), new GlslPreprocessor() {
this.geometry = Program.compileShader(IrisProgramTypes.GEOMETRY, name.getPath(), geometry.open(), geometry.sourcePackId(), new GlslPreprocessor() {
@Nullable
@Override
public String applyImport(boolean bl, String string) {
Expand Down

0 comments on commit 4f74121

Please sign in to comment.