mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-09 05:46:26 +01:00
b5fad9bd06
- Switch #use to #include - Stop ignoring errors from within shader compilers - Track load errors in CompilerStats - Move LoadError to separate sealed interface, LoadResult.Failure wraps a LoadError - Move SourceFile member parsing methods to respective classes - Add tests for SourceFile loading - Start work on tests for error messages
6 lines
207 B
Java
6 lines
207 B
Java
@MethodsReturnNonnullByDefault @ParametersAreNonnullByDefault
|
|
package com.jozufozu.flywheel.glsl;
|
|
|
|
import javax.annotation.ParametersAreNonnullByDefault;
|
|
|
|
import net.minecraft.MethodsReturnNonnullByDefault;
|