Class: SFML::C::Graphics::GlslVec4
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- SFML::C::Graphics::GlslVec4
- 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.