mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
rsx: Set up framework for hw deswizzle
This commit is contained in:
parent
531afe0f97
commit
9cd3530c98
6 changed files with 194 additions and 10 deletions
|
|
@ -459,7 +459,7 @@ namespace gl
|
|||
const std::vector<rsx_subresource_layout> &input_layouts, bool is_swizzled, GLenum gl_format, GLenum gl_type, std::vector<gsl::byte>& staging_buffer)
|
||||
{
|
||||
int mip_level = 0;
|
||||
texture_uploader_capabilities caps{ true, false, 4 };
|
||||
texture_uploader_capabilities caps{ true, 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