Skip to content

Conversation

danoli3
Copy link
Owner

@danoli3 danoli3 commented Aug 20, 2024

+ this variable is only used when processing draw commands, and is now exclusively local to that method
+ add generator for transient command buffer
+ more elegant camera handling
+inline L mesh creation
+ stageData returns a tuple of copyInstructions, static mesh
this is not as elegant as it can be ideally this method is simpler-and one-purpose only.
tgfrerer added 20 commits July 17, 2017 18:20
+ update examples to new texture initialisation api
+ fixes an issue with pipeline barriers not using the correct access,
  and pipeline stage masks: memory and pipeline stage masks must be
  compatible.
+ allocate and begin associated command buffer in constructor - this
allows us more flexibility with renderBatches
+ add helper methods to set values for commonly used blendmodes - alpha,
premultiplied alpha, screen
+ add missing initialisers for default subpass in renderer
+ refactor pipelineLayout creation in shader.cpp
…orks into v3

manually fixed conflicts in:

	libs/openFrameworks/app/ofAppGLFWWindow.h
	libs/openFrameworks/app/ofAppRunner.cpp

added std:: in `vkRenderer` header files, and `using namespace std` cpp
files.
+ merge latest of/master
+ catch swapchain out-of-date message received from nvidia driver upon
window resize
+ fixes to placate latest gcc
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.

2 participants