mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
release 0.1.0
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
|
||||
namespace Kyty::Libs::Graphics {
|
||||
|
||||
class CommandProcessor;
|
||||
|
||||
void GraphicsRunInit();
|
||||
|
||||
void GraphicsRunSubmit(uint32_t* cmd_draw_buffer, uint32_t num_draw_dw, uint32_t* cmd_const_buffer, uint32_t num_const_dw);
|
||||
@@ -23,6 +25,11 @@ void GraphicsRunDingDong(uint32_t ring_id, uint32_t offset_dw);
|
||||
int GraphicsRunGetFrameNum();
|
||||
bool GraphicsRunAreSubmitsAllowed();
|
||||
|
||||
void GraphicsRunCommandProcessorLock(CommandProcessor* cp);
|
||||
void GraphicsRunCommandProcessorUnlock(CommandProcessor* cp);
|
||||
void GraphicsRunCommandProcessorFlush(CommandProcessor* cp);
|
||||
void GraphicsRunCommandProcessorWait(CommandProcessor* cp);
|
||||
|
||||
} // namespace Kyty::Libs::Graphics
|
||||
|
||||
#endif // KYTY_EMU_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user