Merge pull request #1508 from JayFoxRox/vs-output-map
Respect vs output map
This commit is contained in:
commit
ebbba0d381
2 changed files with 19 additions and 7 deletions
|
@ -71,7 +71,7 @@ struct Regs {
|
|||
BitField<0, 24, u32> viewport_depth_range; // float24
|
||||
BitField<0, 24, u32> viewport_depth_far_plane; // float24
|
||||
|
||||
INSERT_PADDING_WORDS(0x1);
|
||||
BitField<0, 3, u32> vs_output_total;
|
||||
|
||||
union VSOutputAttributes {
|
||||
// Maps components of output vertex attributes to semantics
|
||||
|
@ -1157,8 +1157,10 @@ struct Regs {
|
|||
}
|
||||
} input_register_map;
|
||||
|
||||
// OUTMAP_MASK, 0x28E, CODETRANSFER_END
|
||||
INSERT_PADDING_WORDS(0x3);
|
||||
BitField<0, 16, u32> output_mask;
|
||||
|
||||
// 0x28E, CODETRANSFER_END
|
||||
INSERT_PADDING_WORDS(0x2);
|
||||
|
||||
struct {
|
||||
enum Format : u32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue