skyline/app
PixelyIon 9f967862bd Implement additional IGraphicBufferProducer transactions
The following GraphicBufferProducer transactions were implemented:
* `SetBufferCount`
* `DetachBuffer`
* `DetachNextBuffer`
* `AttachBuffer`
It should be noted that `preallocatedBufferCount` (previously `hasBufferCount`) and `activeSlotCount` were adapted accordingly with how they were effectively the same value as all active buffers were preallocated prior but now there can be a non-preallocated active slot. 
Additionally, a bug has been fixed where `SetPreallocatedBuffer` has the graphic buffer as an optional argument whereas it was treated as a mandatory argument prior and could lead to a SEGFAULT if an application were to not pass in a buffer.
2021-07-12 21:27:49 +05:30
..
libraries Update C++ Libraries 2021-07-12 21:27:49 +05:30
src/main Implement additional IGraphicBufferProducer transactions 2021-07-12 21:27:49 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Vulkan PhysicalDevice + Device Initialization + Report Accurate Version 2021-07-12 21:27:49 +05:30
CMakeLists.txt Rework VI + IHOSBinder 2021-07-12 21:27:49 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30