Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: sf::Vertex question  (Read 1069 times)

0 Members and 1 Guest are viewing this topic.

Mr_Blame

  • Full Member
  • ***
  • Posts: 192
    • View Profile
    • Email
sf::Vertex question
« on: April 14, 2015, 05:29:14 pm »
Hello! :)

Todays question is how to draw SF::VERTEX. I checked sf::vertex doesn't have draw() function. If you want to know for what i need it here is example: put one pixel on screen.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10823
    • View Profile
    • development blog
    • Email
Re: sf::Vertex question
« Reply #1 on: April 14, 2015, 05:42:30 pm »
How about looking at the documentation and the tutorial? ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Mr_Blame

  • Full Member
  • ***
  • Posts: 192
    • View Profile
    • Email
Re: sf::Vertex question
« Reply #2 on: April 15, 2015, 08:17:35 am »
Oh yes I found this in tutorials thanks.