Add support for using the correct pipeline for each surface
This commit is contained in:
parent
2cda07245c
commit
04493ade52
10 changed files with 247 additions and 118 deletions
|
|
@ -91,11 +91,6 @@ void VkRaytrace::BeginFrame()
|
|||
}
|
||||
}
|
||||
|
||||
int VkRaytrace::GetIndexCount()
|
||||
{
|
||||
return Mesh->StaticMesh->MeshElements.Size();
|
||||
}
|
||||
|
||||
void VkRaytrace::UploadMeshes(bool dynamicOnly)
|
||||
{
|
||||
TArray<SubmeshBufferLocation> locations(2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue