mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 03:57:57 -05:00
video_core: Generate mipmap texture by drawing
This commit is contained in:
@ -243,6 +243,9 @@ public:
|
||||
u32 texture_rescaling_index{};
|
||||
u32 image_rescaling_index{};
|
||||
|
||||
Id render_area_push_constant{};
|
||||
u32 render_are_member_index{};
|
||||
|
||||
Id local_memory{};
|
||||
|
||||
Id shared_memory_u8{};
|
||||
@ -318,6 +321,7 @@ private:
|
||||
void DefineRescalingInput(const Info& info);
|
||||
void DefineRescalingInputPushConstant();
|
||||
void DefineRescalingInputUniformConstant();
|
||||
void DefineRenderArea(const Info& info);
|
||||
|
||||
void DefineInputs(const IR::Program& program);
|
||||
void DefineOutputs(const IR::Program& program);
|
||||
|
Reference in New Issue
Block a user