class ClutterShaderEffect::TestEnum

Public Instance Methods

test_shader_type() click to toggle source
# File clutter/test/test-clutter-shader-effect.rb, line 61
def test_shader_type
  assert_const_defined(Clutter::ShaderType, :VERTEX_SHADER)
end