diff --git a/thirdparty/rexglue-sdk/src/graphics/pipeline/shader/dxbc_translator.cpp b/thirdparty/rexglue-sdk/src/graphics/pipeline/shader/dxbc_translator.cpp index 2c31a0e8..f6432bd1 100644 --- a/thirdparty/rexglue-sdk/src/graphics/pipeline/shader/dxbc_translator.cpp +++ b/thirdparty/rexglue-sdk/src/graphics/pipeline/shader/dxbc_translator.cpp @@ -439,6 +439,8 @@ void DxbcShaderTranslator::StartVertexOrDomainShader() { GetDxbcShaderModification().vertex.host_vertex_shader_type; switch (host_vertex_shader_type) { case Shader::HostVertexShaderType::kVertex: + case Shader::HostVertexShaderType::kPointListAsTriangleStrip: + case Shader::HostVertexShaderType::kRectangleListAsTriangleStrip: StartVertexShader_LoadVertexIndex(); break;