[PICA] Add some clipping definitions

This commit is contained in:
wheremyfoodat 2023-07-04 19:51:07 +03:00
parent 0cc8d0d8a4
commit f7ad66c708
3 changed files with 14 additions and 4 deletions

View file

@ -10,6 +10,13 @@ namespace PICA {
ViewportHeight = 0x43,
ViewportInvh = 0x44,
// Clipping plane control
ClipEnable = 0x47,
ClipData0 = 0x48,
ClipData1 = 0x49,
ClipData2 = 0x4A,
ClipData3 = 0x4B,
DepthScale = 0x4D,
DepthOffset = 0x4E,
ShaderOutputCount = 0x4F,