mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[D3D12] Fix a lint error in pipeline desc
This commit is contained in:
parent
34c5fc9c2f
commit
040661f366
|
|
@ -179,7 +179,7 @@ class PipelineCache {
|
|||
int32_t depth_bias;
|
||||
float depth_bias_slope_scaled;
|
||||
|
||||
PipelineStripCutIndex strip_cut_index : 2; // 2
|
||||
PipelineStripCutIndex strip_cut_index : 2; // 2
|
||||
// PipelinePrimitiveTopologyType for a vertex shader.
|
||||
// xenos::TessellationMode for a domain shader.
|
||||
uint32_t primitive_topology_type_or_tessellation_mode : 2; // 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue