rsx/vk: DMA stuff

This commit is contained in:
kd-11 2020-12-17 21:33:56 +03:00 committed by kd-11
parent b96864c7e6
commit 7766076042
7 changed files with 195 additions and 59 deletions

View file

@ -645,7 +645,7 @@ namespace gl
const std::vector<rsx::subresource_layout> &input_layouts,
bool is_swizzled, GLenum gl_format, GLenum gl_type, std::vector<std::byte>& staging_buffer)
{
rsx::texture_uploader_capabilities caps{ true, false, false, 4 };
rsx::texture_uploader_capabilities caps{ true, false, false, false, 4 };
pixel_unpack_settings unpack_settings;
unpack_settings.row_length(0).alignment(4);