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

Refactor VulkanState #44

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

Refactor VulkanState #44

wants to merge 5 commits into from

Commits on Jul 18, 2024

  1. Change VulkanState

    - all vulkan data unique for application are managed by
      VulkanGlobalState that is stored in Application
    - VulkanState contains data unique for WindowContext and reference to
      VulkanGlobalState
    - pipeline and validation (shader) caches are supported
    - helper utilities: on_scope_exit/failure and CacheFile (simple mappeed
      file)
    dantibel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    21a751b View commit details
    Browse the repository at this point in the history
  2. Refactor WindowContext

    - WindowContext renamed into RenderContext
    - style refactoring
    - width & height are replaced with Extent
    dantibel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1d35448 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Welcome VK BS

    - refactor vulkan handles initialization with vk-bootstrap
    - some minor refactoring
    dantibel committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    7050270 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    fb95c0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e396ef View commit details
    Browse the repository at this point in the history