Class: Glslkit::Reflection::UniformBlock

Inherits:
Struct
  • Object
show all
Defined in:
lib/glslkit/reflection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bindingObject

Returns the value of attribute binding

Returns:

  • (Object)

    the current value of binding



23
24
25
# File 'lib/glslkit/reflection.rb', line 23

def binding
  @binding
end

#layoutObject

Returns the value of attribute layout

Returns:

  • (Object)

    the current value of layout



23
24
25
# File 'lib/glslkit/reflection.rb', line 23

def layout
  @layout
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



23
24
25
# File 'lib/glslkit/reflection.rb', line 23

def name
  @name
end

#output_lineObject

Returns the value of attribute output_line

Returns:

  • (Object)

    the current value of output_line



23
24
25
# File 'lib/glslkit/reflection.rb', line 23

def output_line
  @output_line
end