mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 22:28:32 +09:00
[Fix] (Diligent/PSO): Build InputLayout for PSO.
This commit is contained in:
@@ -243,7 +243,10 @@ namespace MG_Diligent {
|
||||
};
|
||||
|
||||
extern PipelineStateManager g_PSOManager;
|
||||
|
||||
|
||||
void BuildInputLayout(GLuint program, VertexArrayState& vaState,
|
||||
std::vector<Diligent::LayoutElement>& inputLayout);
|
||||
|
||||
extern bool initialized;
|
||||
extern bool IsInRenderPass;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user