Sparkle 0.0.1
Loading...
Searching...
No Matches
spk::TextureVertex Struct Reference

Vertex containing a position and texture coordinates. More...

#include <spk_texture_painter.hpp>

Collaboration diagram for spk::TextureVertex:
Collaboration graph

Public Attributes

Vector2Int pos
 Vertex position in integer coordinates.
Vector2 uv
 Texture coordinates.

Detailed Description

Vertex containing a position and texture coordinates.

spk::TextureVertex v{{0, 0}, {0.0f, 0.0f}};
Vertex containing a position and texture coordinates.
Definition spk_texture_painter.hpp:20

The documentation for this struct was generated from the following file: