Class FileIndexImpl
java.lang.Object
com.jozufozu.flywheel.core.source.FileIndexImpl
- All Implemented Interfaces:
FileIndex
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile(int fileId) intgetFileID(SourceFile sourceFile) Returns an arbitrary file ID for use this compilation context, or generates one if missing.voidprintShaderInfoLog(String source, String log, net.minecraft.resources.ResourceLocation name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.jozufozu.flywheel.core.source.FileIndex
getLineSpan
-
Field Details
-
files
-
-
Constructor Details
-
FileIndexImpl
public FileIndexImpl()
-
-
Method Details
-
getFileID
Returns an arbitrary file ID for use this compilation context, or generates one if missing. -
getFile
-
printShaderInfoLog
-