mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-13 18:28:28 +12:00
implement framebuffer fetch
This commit is contained in:
parent
68aa40518d
commit
e4068856bc
6 changed files with 184 additions and 98 deletions
|
@ -183,6 +183,7 @@ struct LatteDecompilerShader
|
|||
std::bitset<LATTE_NUM_MAX_TEX_UNITS> textureUnitMask2;
|
||||
uint16 textureUnitSamplerAssignment[LATTE_NUM_MAX_TEX_UNITS]{ 0 }; // LATTE_DECOMPILER_SAMPLER_NONE means undefined
|
||||
bool textureUsesDepthCompare[LATTE_NUM_MAX_TEX_UNITS]{};
|
||||
uint8 textureRenderTargetIndex[LATTE_NUM_MAX_TEX_UNITS] = {255};
|
||||
|
||||
// analyzer stage (pixel outputs)
|
||||
uint32 pixelColorOutputMask{ 0 }; // from LSB to MSB, 1 bit per written output. 1 if written (indices of color attachments)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue