Skip to content

CreateRenderPass2KHR core validation access violation #313

@TonyBarbour

Description

@TonyBarbour

If an app creates a renderpass via CreateRenderPass2KHR, and then uses that renderpass in CreateGraphicsPipeline, core validation will get an access violation from:

pipe_state[i]->initGraphicsPipeline(&pCreateInfos[i], GetRenderPassStateSharedPtr(dev_data, pCreateInfos[i].renderPass));

due to the renderpass not being present in the renderPassMap map.

Metadata

Metadata

Labels

IncompleteMissing Validation VUs to be added

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions