MCPcopy Create free account
hub / github.com/3Shain/dxmt / SM50GetCompiledBitcode

Function SM50GetCompiledBitcode

src/airconv/dxbc_converter.cpp:1700–1706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1698}
1699
1700AIRCONV_API void SM50GetCompiledBitcode(
1701 sm50_bitcode_t pBitcode, SM50_COMPILED_BITCODE *pData
1702) {
1703 auto pBitcodeInternal = (SM50CompiledBitcodeInternal *)pBitcode;
1704 pData->Data = pBitcodeInternal->vec.data();
1705 pData->Size = pBitcodeInternal->vec.size();
1706}
1707
1708AIRCONV_API void SM50DestroyBitcode(sm50_bitcode_t pBitcode) {
1709 auto pBitcodeInternal = (SM50CompiledBitcodeInternal *)pBitcode;

Callers 1

RunThreadpoolWorkMethod · 0.50

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected