mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
[Fix] (MG_Backend/DirectVulkan): fix ERROR-level vertex stream build
This commit is contained in:
@@ -2151,8 +2151,8 @@ void main() {
|
||||
if (!supported) {
|
||||
// SetupDraw's pre-flight should have rejected this already; never upload a null payload.
|
||||
MGLOG_E("UploadAndBindVertexStreams skipped: unsupported current generic vertex attribute type: "
|
||||
"program=%u location=%u type=0x%x",
|
||||
program.GetExternalIndex(), location, glType);
|
||||
"programHash=%llu location=%u type=0x%x",
|
||||
static_cast<unsigned long long>(programObj.hash), location, glType);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user