baldurk / renderdoc

RenderDoc is a stand-alone graphics debugging tool.
https://renderdoc.org
MIT License
8.62k stars 1.3k forks source link

Add initial replay state initialization for VK_EXT_shader_object #3308

Closed james-sumihiro closed 1 month ago

james-sumihiro commented 2 months ago

Added ShaderObject struct to VulkanCreationInfo

Renamed VulkanCreationInfo::Pipeline::Shader to ShaderEntry to differentiate between ShaderModule and ShaderObject, and moved it out of Pipeline scope.