MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / getTextureRowAlignment

Method getTextureRowAlignment

Source/Falcor/Core/API/Device.cpp:1048–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1046}
1047
1048size_t Device::getTextureRowAlignment() const
1049{
1050 size_t alignment = 1;
1051 mGfxDevice->getTextureRowAlignment(&alignment);
1052 return alignment;
1053}
1054
1055#if FALCOR_HAS_CUDA
1056

Callers 2

createMethod · 0.80
getSubresourceLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected