Class: RLSL::ShaderBuilder::NativeExtensionCompiler::Artifact
- Inherits:
-
Struct
- Object
- Struct
- RLSL::ShaderBuilder::NativeExtensionCompiler::Artifact
- Defined in:
- lib/rlsl/shader_builder/native_extension_compiler.rb
Instance Attribute Summary collapse
-
#directory ⇒ Object
Returns the value of attribute directory.
-
#ext_name ⇒ Object
Returns the value of attribute ext_name.
-
#file ⇒ Object
Returns the value of attribute file.
Instance Attribute Details
#directory ⇒ Object
Returns the value of attribute directory
8 9 10 |
# File 'lib/rlsl/shader_builder/native_extension_compiler.rb', line 8 def directory @directory end |
#ext_name ⇒ Object
Returns the value of attribute ext_name
8 9 10 |
# File 'lib/rlsl/shader_builder/native_extension_compiler.rb', line 8 def ext_name @ext_name end |
#file ⇒ Object
Returns the value of attribute file
8 9 10 |
# File 'lib/rlsl/shader_builder/native_extension_compiler.rb', line 8 def file @file end |