Fix upload bug and skip upload when RT cores are available
This commit is contained in:
parent
e7c2716191
commit
c866937262
3 changed files with 8 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ public:
|
|||
VkRenderBuffers *GetBuffers() { return mActiveRenderBuffers; }
|
||||
FRenderState* RenderState() override;
|
||||
|
||||
bool IsRayQueryEnabled() const { return mUseRayQuery; }
|
||||
bool IsRayQueryEnabled() const override { return mUseRayQuery; }
|
||||
bool IsVulkan() override { return true; }
|
||||
|
||||
void Update() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue