Class: RLSL::ShaderBuilder::NativeExtensionCompiler::Artifact

Inherits:
Struct
  • Object
show all
Defined in:
lib/rlsl/shader_builder/native_extension_compiler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#directoryObject

Returns the value of attribute directory

Returns:

  • (Object)

    the current value of directory



8
9
10
# File 'lib/rlsl/shader_builder/native_extension_compiler.rb', line 8

def directory
  @directory
end

#ext_nameObject

Returns the value of attribute ext_name

Returns:

  • (Object)

    the current value of ext_name



8
9
10
# File 'lib/rlsl/shader_builder/native_extension_compiler.rb', line 8

def ext_name
  @ext_name
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



8
9
10
# File 'lib/rlsl/shader_builder/native_extension_compiler.rb', line 8

def file
  @file
end