mirror of
https://github.com/SysRay/psOff_public.git
synced 2024-11-23 14:29:39 +00:00
graphicsDriver| trace sceGnmDrawIndexOffset
This commit is contained in:
parent
574bef56e1
commit
a5b760edb5
@ -177,7 +177,7 @@ int SYSV_ABI sceGnmDrawIndex(uint32_t* cmdOut, uint64_t size, uint32_t index_cou
|
||||
|
||||
int SYSV_ABI sceGnmDrawIndexOffset(uint32_t* cmdOut, uint64_t size, uint32_t index_offset, uint32_t index_count, uint32_t flags) {
|
||||
LOG_USE_MODULE(libSceGraphicsDriver);
|
||||
LOG_ERR(L"todo %S", __FUNCTION__);
|
||||
LOG_TRACE(L"%S 0x%08llx", __FUNCTION__, (uint64_t)cmdOut);
|
||||
|
||||
cmdOut[0] = Pm4::create(size, Pm4::Custom::R_DRAW_INDEX_OFFSET);
|
||||
cmdOut[1] = index_count;
|
||||
|
Loading…
Reference in New Issue
Block a user