basic rendering for both opengl and vulkan
This commit is contained in:
parent
4b18afa040
commit
dadd2edaf1
29 changed files with 1140 additions and 38 deletions
10
rendering/vk/renderpass.h
Normal file
10
rendering/vk/renderpass.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* SPDX-License-Identifier:BSD-3-Clause */
|
||||
#ifndef RENDERPASS_H
|
||||
#define RENDERPASS_H
|
||||
|
||||
#include "vk.h"
|
||||
|
||||
void vk_renderpass_init(struct renderer_context *context);
|
||||
void vk_renderpass_deinit(struct renderer_context *context);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue