Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/libs/dxmt-0.60/src/d3d11/d3d11_context_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ struct DXMT_DRAW_INDEXED_ARGUMENTS {
uint32_t IndexCount;
uint32_t InstanceCount;
uint32_t StartIndex;
uint32_t BaseVertex;
int32_t BaseVertex;
uint32_t StartInstance;
};

Expand Down Expand Up @@ -5028,4 +5028,4 @@ class MTLD3D11CommandList : public ManagedDeviceChild<ID3D11CommandList> {
uint64_t local_coherence = 0;
};

} // namespace dxmt
} // namespace dxmt
4 changes: 2 additions & 2 deletions src/libs/dxmt-0.60/src/winemetal/winemetal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ struct wmtcmd_render_draw_indexed {
obj_handle_t index_buffer;
uint64_t index_buffer_offset;
uint32_t instance_count;
uint32_t base_vertex;
int32_t base_vertex;
uint32_t base_instance;
};

Expand Down Expand Up @@ -1723,4 +1723,4 @@ WINEMETAL_API obj_handle_t MTLDevice_newFence(obj_handle_t device);

WINEMETAL_API obj_handle_t MTLDevice_newEvent(obj_handle_t device);

#endif
#endif