mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 10:55:45 +00:00
video_core: Generate mipmap texture by drawing
This commit is contained in:
parent
145bbe8412
commit
38e9c78843
29 changed files with 259 additions and 8 deletions
|
@ -76,6 +76,7 @@ Id EmitSampleId(EmitContext& ctx);
|
|||
Id EmitIsHelperInvocation(EmitContext& ctx);
|
||||
Id EmitYDirection(EmitContext& ctx);
|
||||
Id EmitResolutionDownFactor(EmitContext& ctx);
|
||||
Id EmitRenderArea(EmitContext& ctx);
|
||||
Id EmitLoadLocal(EmitContext& ctx, Id word_offset);
|
||||
void EmitWriteLocal(EmitContext& ctx, Id word_offset, Id value);
|
||||
Id EmitUndefU1(EmitContext& ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue