Searched defs:BottomLevelASParams (Results 1 – 1 of 1) sorted by relevance
58 struct BottomLevelASParams struct60 static constexpr uint32_t kTriangles = 0u;61 static constexpr uint32_t kAABBs = 1u;63 static constexpr uint32_t kCounterClockwise = 0u;64 static constexpr uint32_t kClockwise = 1u;66 static constexpr uint32_t kPrimitiveCount = 4u;67 static constexpr uint32_t kGeometryCount = 2u;68 static constexpr float kBaseZ = 10.0f;70 uint32_t geometryType; // 0: triangles, 1: AABBs.71 …nt32_t activeGeometryIndex; // Other geometries will be located such that the ray doesn't hit them.[all …]