Skip to content

Add Vulkan support#5

Open
mogemimi wants to merge 3 commits intomainfrom
feature/vulkan
Open

Add Vulkan support#5
mogemimi wants to merge 3 commits intomainfrom
feature/vulkan

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