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

Add Vulkan support #5

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add Vulkan support #5

wants to merge 3 commits into from

Conversation

mogemimi
Copy link
Owner

Hello guys, I've just started to implement the interface for Vulkan APIs.

Progress

  • Buffer
    • Add SetData()
    • VertexBuffer
    • IndexBuffer
    • ConstantBuffer
  • EffectReflection
  • GraphicsCommandList
  • GraphicsCommandQueue
  • GraphicsDevice
    • Enumerate GPUs
    • Create instance and Vulkan device
    • Add create-graphics-resource functions
  • PipelineState
  • RenderTexture
  • SampleState
  • Shader
    • Add SPIR-V compiler
  • Texture2D
    • Add SetData()

Misc

  • Update build settings
  • Add CMake support
  • Update docker image for Ubuntu/Linux game dev
  • Merge feature/metal branch and add Metal support

@mogemimi mogemimi force-pushed the feature/vulkan branch 3 times, most recently from 35acbd0 to cb9cb07 Compare February 23, 2016 07:17
@mogemimi
Copy link
Owner Author

I've cherry-picked it and merged one of their commits into master, please see: #8

@mogemimi mogemimi changed the base branch from master to main January 9, 2021 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant