mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-29 00:33:01 +00:00
rsx: Initialize some vars
This commit is contained in:
parent
0d0fc23f9e
commit
37c9392e59
@ -60,9 +60,9 @@ namespace rsx
|
|||||||
|
|
||||||
struct VertexProgramBase
|
struct VertexProgramBase
|
||||||
{
|
{
|
||||||
u32 id;
|
u32 id = 0;
|
||||||
std::vector<u16> constant_ids;
|
std::vector<u16> constant_ids;
|
||||||
bool has_indexed_constants;
|
bool has_indexed_constants = false;
|
||||||
|
|
||||||
// Translates an incoming range of constants against our mapping.
|
// Translates an incoming range of constants against our mapping.
|
||||||
// If there is no linear mapping available, return -1, otherwise returns the translated index of the first slot
|
// If there is no linear mapping available, return -1, otherwise returns the translated index of the first slot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user