Skip to content
Snippets Groups Projects

Added project wobble_bobble and refactored some parts of the framework

Merged Tobias Frisch requested to merge tfrisch/wobble-bobble-irgendwas:stable into develop
52 files
+ 1832
380
Compare changes
  • Side-by-side
  • Inline
Files
52
+ 1
1
@@ -207,7 +207,7 @@ namespace vkcv
[[nodiscard]]
SamplerHandle createSampler(SamplerFilterType magFilter, SamplerFilterType minFilter,
SamplerMipmapMode mipmapMode, SamplerAddressMode addressMode,
float mipLodBias = 0.0f);
float mipLodBias = 0.0f, SamplerBorderColor borderColor = SamplerBorderColor::INT_ZERO_OPAQUE);
/**
* Creates an #Image with a given format, width, height and depth.
Loading