Untitled 2D game engine pre-alpha
A 2D game engine made with Vulkan in C++
 
Loading...
Searching...
No Matches
u32Vec2 Struct Reference

2D vector of 32 bit width unsigned integers More...

#include <constants_and_types.h>

Public Attributes

u32 x
 
u32 y
 

Detailed Description

2D vector of 32 bit width unsigned integers

Definition at line 28 of file constants_and_types.h.

Member Data Documentation

◆ x

u32 u32Vec2::x

Definition at line 30 of file constants_and_types.h.

◆ y

u32 u32Vec2::y

Definition at line 30 of file constants_and_types.h.


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