You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT: The workaround for this seems to be to use IDxcBlob for now, as it is an alias of ID3D10Blob. However, I don't think this is a safe workaround given that Microsoft may change IDxcBlob structure/functionality later down the line and diverge from ID3D10Blob.
The text was updated successfully, but these errors were encountered:
Syncaidius
changed the title
ID3D10Blob Missing Methods
Silk.NET.Direct3D11.ID3D10Blob Missing Methods
Feb 16, 2022
Hi there. ID3D10Blob is in Silk.NET.Core.Native - unfortunate that it seems to have lit up in D3D11 as well. Will look at removing that as that's a bit of a binding bug.
Hi,
The Silk.NET.Direct3D11.ID3D10Blob structure appears to be missing these two methods:
The struct itself contains nothing:

EDIT: The workaround for this seems to be to use IDxcBlob for now, as it is an alias of ID3D10Blob. However, I don't think this is a safe workaround given that Microsoft may change IDxcBlob structure/functionality later down the line and diverge from ID3D10Blob.
The text was updated successfully, but these errors were encountered: