fix: gcc compile

This commit is contained in:
squidbus 2025-04-27 21:06:10 -07:00
parent 83fd0683fa
commit 59d060bc16

View file

@ -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,