sdlGfxVersion function

void sdlGfxVersion(
  1. Pointer<SdlVersion> x
)

Implementation

void sdlGfxVersion(Pointer<SdlVersion> x) {
  x.ref.major = gfx.SDL2_GFXPRIMITIVES_MAJOR;
  x.ref.minor = gfx.SDL2_GFXPRIMITIVES_MINOR;
  x.ref.patch = gfx.SDL2_GFXPRIMITIVES_MICRO;
}