mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-24 12:25:00 +00:00
fix: gcc compile
This commit is contained in:
parent
83fd0683fa
commit
59d060bc16
1 changed files with 1 additions and 1 deletions
|
@ -331,8 +331,8 @@ bool Instance::CreateDevice() {
|
|||
.tessellationShader = features.tessellationShader,
|
||||
.logicOp = features.logicOp,
|
||||
.depthBiasClamp = features.depthBiasClamp,
|
||||
.depthBounds = features.depthBounds,
|
||||
.fillModeNonSolid = features.fillModeNonSolid,
|
||||
.depthBounds = features.depthBounds,
|
||||
.multiViewport = features.multiViewport,
|
||||
.samplerAnisotropy = features.samplerAnisotropy,
|
||||
.vertexPipelineStoresAndAtomics = features.vertexPipelineStoresAndAtomics,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue