mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
gl: Deswizzle textures on the GPU
This commit is contained in:
parent
532563e861
commit
60a2a39e88
17 changed files with 413 additions and 222 deletions
|
@ -252,7 +252,7 @@ namespace gl
|
|||
void fbo::draw_buffers(const std::initializer_list<attachment>& indexes) const
|
||||
{
|
||||
rsx::simple_array<GLenum> ids;
|
||||
ids.reserve(indexes.size());
|
||||
ids.reserve(::size32(indexes));
|
||||
|
||||
for (auto &index : indexes)
|
||||
ids.push_back(index.id());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue