mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 05:21:18 +12:00
Latte: rendertarget is a bitmask (#942)
This commit is contained in:
parent
85aa4f095b
commit
d8b9a74d86
2 changed files with 6 additions and 2 deletions
|
@ -84,6 +84,10 @@ extern uint8* gxRingBufferReadPtr; // currently active read pointer (gx2 ring bu
|
|||
void LatteTextureLoader_estimateAccessedDataRange(LatteTexture* texture, sint32 sliceIndex, sint32 mipIndex, uint32& addrStart, uint32& addrEnd);
|
||||
|
||||
// render target
|
||||
|
||||
#define RENDER_TARGET_TV (1 << 0)
|
||||
#define RENDER_TARGET_DRC (1 << 2)
|
||||
|
||||
void LatteRenderTarget_updateScissorBox();
|
||||
|
||||
void LatteRenderTarget_trackUpdates();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue