feature/imgui-sdl
points-test
Last change
on this file since f97c5e7 was 7d2b0b9, checked in by Dmitry Portnoy <dmp1488@…>, 5 years ago |
Add and begin implementing a GraphicsPipeline class to hold info for the Vulkan graphics pipeline
|
-
Property mode
set to
100644
|
File size:
533 bytes
|
Rev | Line | |
---|
[7d2b0b9] | 1 | Have common functions for the opengl and vuilkan pipelines
|
---|
| 2 | Try to keep state internal and just expose common functions
|
---|
| 3 |
|
---|
| 4 | For vulkan, concerns are bindingDescription and attributeDescriptions
|
---|
| 5 | -Since we just have one data array split up into point-sized chunks,
|
---|
| 6 | we can just have a single bindngDescription
|
---|
| 7 | -attributeDescriptions will have to be defined per pipeline
|
---|
| 8 | (something similar will happen in opengl for varying attributes)
|
---|
| 9 |
|
---|
| 10 | VkPipeline and VkPipelineLayout are used for creating the pipeline commands,
|
---|
| 11 | so keep track of them |
---|
Note:
See
TracBrowser
for help on using the repository browser.