mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
rsx/vk: DMA stuff
This commit is contained in:
parent
b96864c7e6
commit
7766076042
7 changed files with 195 additions and 59 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue