[Vulkan] Track pixel center in pipeline cache (but don't apply it quite yet)

This commit is contained in:
DrChat
2018-03-03 10:30:59 -06:00
parent 7c5c389ce8
commit 43043fd4a8
2 changed files with 8 additions and 3 deletions

View File

@@ -272,6 +272,7 @@ class PipelineCache {
uint32_t pa_sc_window_scissor_br;
uint32_t rb_surface_info;
uint32_t pa_su_sc_vtx_cntl;
uint32_t pa_cl_vte_cntl;
float pa_cl_vport_xoffset;
float pa_cl_vport_yoffset;