Class: SFML::C::Graphics::GlslVec4

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/sfml/c/graphics.rb

Overview

GLSL types: vec2/vec3 are typedef’d to sfVector2f/sfVector3f, so we don’t need separate structs for those. The other arities are fresh struct shapes.