bknd-3ds: implement libpicasso to load shader

This commit is contained in:
2025-12-17 09:25:36 +01:00
parent 6c38aa6f21
commit 66d3825481
5 changed files with 13 additions and 18 deletions

View File

@@ -56,5 +56,6 @@ class GfxC3D : public GfxDriver {
DVLB_s* ShaderCode;
shaderProgram_s Shader;
C3D_AttrInfo ShaderInfo;
std::vector<u8> pRawShader;
};
} // namespace PD