This commit is contained in:
twinaphex 2020-08-17 15:11:48 +02:00
parent c81d06d0a1
commit 4177ea4256

View File

@ -337,7 +337,7 @@ typedef struct vk
video_info_t video;
VkFormat tex_fmt;
math_matrix_4x4 mvp, mvp_no_rot;
math_matrix_4x4 mvp, mvp_no_rot; /* float alignment */
VkViewport vk_vp;
VkRenderPass render_pass;
struct video_viewport vp;