From: maruhiro Date: Tue, 12 Oct 2021 16:23:45 +0000 (+0900) Subject: SDL_RenderDrawPointsF 新規追加 https://wiki.libsdl.org/SDL_RenderDrawPointsF X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=16c5904bec436bf95a60ca4978d7d3b0476a841e;p=sdl2referencejp%2Fsdl2referencejp.git SDL_RenderDrawPointsF 新規追加 https://wiki.libsdl.org/SDL_RenderDrawPointsF --- diff --git a/CategoryAPI.html b/CategoryAPI.html index f4110d3..415a9a0 100644 --- a/CategoryAPI.html +++ b/CategoryAPI.html @@ -669,6 +669,7 @@
  • SDL_RenderDrawPoint
  • SDL_RenderDrawPointF
  • SDL_RenderDrawPoints
  • +
  • SDL_RenderDrawPointsF
  • SDL_RenderDrawRect
  • SDL_RenderDrawRects
  • SDL_RenderFillRect
  • diff --git a/CategoryRender.html b/CategoryRender.html index 912d118..8d1d714 100644 --- a/CategoryRender.html +++ b/CategoryRender.html @@ -92,6 +92,7 @@
  • SDL_RenderDrawPoint
  • SDL_RenderDrawPointF
  • SDL_RenderDrawPoints
  • +
  • SDL_RenderDrawPointsF
  • SDL_RenderDrawRect
  • SDL_RenderDrawRects
  • SDL_RenderFillRect
  • diff --git a/SDL_RenderDrawPointsF.html b/SDL_RenderDrawPointsF.html new file mode 100644 index 0000000..5100572 --- /dev/null +++ b/SDL_RenderDrawPointsF.html @@ -0,0 +1,30 @@ + + + + + + + + +SDL_RenderDrawPointsF + + +–ÚŽŸ - API(‹@”\•Ê) - 2DƒŒƒ“ƒ_ƒŠƒ“ƒO - SDL_RenderDrawPointsF +
    +

    SDL_RenderDrawPointsF

    +Œ»Ý‚̃Œƒ“ƒ_[ƒ^[ƒQƒbƒg‚É•¡”‚Ì“_‚ðƒTƒuƒsƒNƒZƒ‹(•›‰æ‘f)’PˆÊ‚Å•`‚­ +

    \•¶

    +int SDL_RenderDrawPointsF(SDL_Renderer* renderer, const SDL_FPoint* points, int count) +

    ˆø”

    + + + + +
    renderer•¡”‚Ì“_‚ª•`‚©‚ê‚郌ƒ“ƒ_ƒ‰
    points“_‚Ì”z—ñ
    countpoints‚̐”
    +

    –ß‚è’l

    +¬Œ÷‚Ì‚Æ‚«0, Ž¸”s‚Ì‚Æ‚«•‰‚̐”‚̃Gƒ‰[ƒR[ƒh‚ð–ß‚·. +

    SDL Wiki‚ւ̃Šƒ“ƒN

    +SDL_RenderDrawPointsF - SDL Wiki +
    + + diff --git a/WhatsNew.html b/WhatsNew.html index 56dbcbd..0c149a9 100644 --- a/WhatsNew.html +++ b/WhatsNew.html @@ -179,7 +179,7 @@