NTrace
GPU ray tracing framework
|
This is the complete list of members for FW::Platform, including all inherited members.
computeHash() const | FW::Platform | inline |
getCost(int numChildNodes, int numTris) const | FW::Platform | inline |
getMaxLeafSize() const | FW::Platform | inline |
getMinLeafSize() const | FW::Platform | inline |
getName() const | FW::Platform | inline |
getNodeBatchSize() const | FW::Platform | inline |
getNodeCost(S32 n) const | FW::Platform | inline |
getSAHNodeCost() const | FW::Platform | inline |
getSAHTriangleCost() const | FW::Platform | inline |
getTriangleBatchSize() const | FW::Platform | inline |
getTriangleCost(S32 n) const | FW::Platform | inline |
Platform() | FW::Platform | inline |
Platform(const String &name, float nodeCost=1.f, float triCost=1.f, S32 nodeBatchSize=1, S32 triBatchSize=1) | FW::Platform | inline |
roundToNodeBatchSize(S32 n) const | FW::Platform | inline |
roundToTriangleBatchSize(S32 n) const | FW::Platform | inline |
setLeafPreferences(S32 minSize, S32 maxSize) | FW::Platform | inline |
setNodeBatchSize(S32 nodeBatchSize) | FW::Platform | inline |
setTriangleBatchSize(S32 triBatchSize) | FW::Platform | inline |