Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPUDriver implementation #38

Open
5 tasks
SupinePandora43 opened this issue Nov 18, 2021 · 0 comments
Open
5 tasks

GPUDriver implementation #38

SupinePandora43 opened this issue Nov 18, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request gpu

Comments

@SupinePandora43
Copy link
Owner

SupinePandora43 commented Nov 18, 2021

Implement a good GPUDriver using dotnet/Silk.Net for different APIs.

  • Veldrid
  • OpenGL
  • Vulkan
    • Allocator
    • Pipelines
    • MSAA (with resolve renderpass targets)
    • Multiple frames per flight (use BitVector32 for counting frame ids)
    • Multithreading (block GPUDriver::BeginSynchronization until commands are processed)
    • ~~Handle OUT_OF_MEMORY (Renderer::PurgeMemory)
      ~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gpu
Projects
None yet
Development

No branches or pull requests

1 participant