Activity
fix: detect rt availability when checking gpu
fix: detect rt availability when checking gpu
add: wip buffer tests
add: wip buffer tests
Dynamically growing scratch allocator & exposed image memory type (#68)
Dynamically growing scratch allocator & exposed image memory type (#68)
Pull request merge
change: remove unnecessary 'static lifetime on allocation name
change: remove unnecessary 'static lifetime on allocation name
rm: remove tests from gh actions
rm: remove tests from gh actions
change: remove nightly installation from workflows
change: remove nightly installation from workflows
add: github workflow for running tests
add: github workflow for running tests
add: allocator and scratch allocator tests
add: allocator and scratch allocator tests
fix: stop scratch allocator from adding padding bytes if size is alre…
fix: stop scratch allocator from adding padding bytes if size is alre…
add: init tests
add: init tests
add: initial setup for automated tests
add: initial setup for automated tests
fix: enable correct descriptor indexing featuers in core features str…
fix: enable correct descriptor indexing featuers in core features str…
fix: add missing spirv capability feature flag
fix: add missing spirv capability feature flag
fix: add missing descriptor indexing feature flag
fix: add missing descriptor indexing feature flag
fix: report error on missing binding instead of panicking, fixes #29
fix: report error on missing binding instead of panicking, fixes #29
fix: incorrect baselevel and baselayer set in image view, fixes #65
fix: incorrect baselevel and baselayer set in image view, fixes #65
change: specialize graphics commands in pass builder only for domains…
change: specialize graphics commands in pass builder only for domains…
Pull request merge
fix: missing image usage flag in fsr2 sample
fix: missing image usage flag in fsr2 sample
fix: example compilation
fix: example compilation
fix: incorrect detection of 2D/3D images
fix: incorrect detection of 2D/3D images
change: move image constructor to CreateInfo pattern
change: move image constructor to CreateInfo pattern
add: support for 3D images
add: support for 3D images
Pull request merge
add: experimental descriptor indexing support
add: experimental descriptor indexing support
change: remove buffer usage flags
change: remove buffer usage flags
add: methods to create non-identity TransformMatrix
add: methods to create non-identity TransformMatrix
add: get DeviceAddress of BufferView
add: get DeviceAddress of BufferView
add: Implement VK_EXT_debug_utils naming (#58)
add: Implement VK_EXT_debug_utils naming (#58)
Pull request merge
change: don't poll in fence implementation
change: don't poll in fence implementation
Pull request merge
change: remove layout-rs dependency
change: remove layout-rs dependency
change: FenceValue returns an Option<T>, phobos does no longer requir…
change: FenceValue returns an Option<T>, phobos does no longer requir…