Skip to content

Cleanup naming discrepancy in renderer backend (sometimes Vulkan, sometimes without) #99

@PowerOfNames

Description

@PowerOfNames

Aurora

Decide on a naming schema for general and specific renderer objects. Should classes/files directly using vulkan encoorporate that in their name for more clarity and potential fixing in the future, or never contain vulkan.

If Vulkan wouldn't be enough, Aurora would not add another backend, but rather using an existing RHI (like NVRHI) to replace Vulkan -> it should technically not exist a VK namespace OR Vulkan in any of the names, and it should be clear that all renderer specifics use Vulkan.

The only thing that needs to be cared of is, that none of the public API should expose Vulkan specifics out to the Aurora-users.

-> Remove the VK namespace and Vulkan from any of the class- and file names for clearance (and shorter names lol)

Metadata

Metadata

Assignees

Labels

rendererrenderer-related

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions