mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
d3d12: fix stencil reflect again
This commit is contained in:
parent
bc25f4d6ad
commit
b72d435ce8
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ std::pair<std::vector<D3D12_VERTEX_BUFFER_VIEW>, D3D12_INDEX_BUFFER_VIEW> D3D12G
|
|||
{
|
||||
for (size_t attributeId : vbf.attributeId)
|
||||
{
|
||||
if (!m_vertex_data[attributeId].addr) continue;
|
||||
size_t baseOffset = m_vertex_data[attributeId].addr - vbf.range.first;
|
||||
size_t tsize = m_vertex_data[attributeId].GetTypeSize();
|
||||
size_t size = m_vertex_data[attributeId].size;
|
||||
|
|
Loading…
Add table
Reference in a new issue