mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 21:58:45 +00:00
libraries: gnmdriver: few more functions implemented (#1544)
This commit is contained in:
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user