Class Fuse
A Fuse class.
Class to help to work with a fuse file.
Dependencies: bmd.fileexists, Shaderfuse/ShaderFuse
Methods
| Fuse:new (filepath, phase, read_info) | Create an instance. |
| Fuse:clear () | Clear an instance's data. |
| Fuse:hasThumbnail () | Check if valid thumbnail file existst. |
| Fuse:hasShaderInfo () | Check if minimum Shadertoy info is available. |
| Fuse:compatibilityKeys () | Keys for the compatibility checks. |
| Fuse:init (filepath, phase, read_info) | Initialize the object. |
Methods
- Fuse:new (filepath, phase, read_info)
-
Create an instance.
Parameters:
- filepath
- phase
- read_info
- Fuse:clear ()
- Clear an instance's data.
- Fuse:hasThumbnail ()
- Check if valid thumbnail file existst.
- Fuse:hasShaderInfo ()
- Check if minimum Shadertoy info is available.
- Fuse:compatibilityKeys ()
- Keys for the compatibility checks.
- Fuse:init (filepath, phase, read_info)
-
Initialize the object.
Parameters:
- filepath
- phase
- read_info