Skip to content
b034c2c02b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Native_SDK/examples/Vulkan/01_HelloAPI/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

HelloAPI

./HelloAPI.png

Draw a basic triangle to the screen.

Description

A basic tutorial that guides the user, step-by-step, through the process of initializing a window using the "raw" API, (Vulkan or OpenGL ES 2), drawing a triangle with a simple shader, and then terminating the window (depending on the platform, either after a few seconds, or when the user closes the window).

APIS

  • Vulkan
  • OpenGL ES 2.0

Controls

  • Quit- Close the application