Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ defSampledImageType
Method
defSampledImageType
GPCS4/Graphics/SpirV/SpirvModule.cpp:879–882 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
877
878
879
uint32_t SpirvModule::defSampledImageType(
880
uint32_t imageType) {
881
return this->defType(spv::OpTypeSampledImage, 1, &imageType);
882
}
883
884
885
uint32_t SpirvModule::newVar(
Callers
1
emitLoadSampledImage
Method · 0.80
Calls
1
defType
Method · 0.95
Tested by
no test coverage detected