Vulkan2D
2D renderer written in C using Vulkan and SDL2
VK2D3DPushBuffer Struct Reference

Push buffer used for 3D models. More...

#include <Structs.h>

Data Fields

mat4 model
 Model matrix.
 
vec4 colourMod
 Color modifier.
 
uint32_t textureIndex
 Index of the texture.
 
uint32_t cameraIndex
 Index of the camera.
 

Detailed Description

Push buffer used for 3D models.


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