Searched defs:SBT (Results 1 – 1 of 1) sorted by relevance
327 template<class ShaderRecord> struct SBT struct in vkt::RayTracing::__anon6a2c4e450111::RayTracingTestPipeline329 static const deUint32 recordSize = static_cast<deUint32>(sizeof(ShaderRecord));331 const DeviceInterface& m_vkd;332 const VkDevice m_dev;333 const VkPipeline m_pipeline;334 const deUint32 m_groupCount;335 const deUint32 m_handleSize;336 const deUint32 m_alignment;337 de::MovePtr<BufferWithMemory> m_buffer;338 deUint8* m_content;[all …]