mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-16 07:33:14 +00:00
libraries: gnmdriver: few more functions implemented (#1544)
This commit is contained in:
parent
e1fecda74f
commit
8fbd9187f8
9 changed files with 119 additions and 17 deletions
|
@ -57,6 +57,8 @@ struct Liverpool {
|
|||
static constexpr u32 ConfigRegWordOffset = 0x2000;
|
||||
static constexpr u32 ShRegWordOffset = 0x2C00;
|
||||
static constexpr u32 NumRegs = 0xD000;
|
||||
static constexpr u32 DrawIndirectArgsSize = 0x10u;
|
||||
static constexpr u32 DrawIndexedIndirectArgsSize = 0x14u;
|
||||
|
||||
using UserData = std::array<u32, NumShaderUserData>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue