gryphn+vulkan command buffers

This commit is contained in:
Greg Wells
2025-05-30 08:19:22 -04:00
parent 706b558684
commit f5ff90bc93
19 changed files with 254 additions and 37 deletions

View File

@@ -1,10 +1,13 @@
#pragma once
#include "gryphn_render_pass_descriptor.h"
#include "core/framebuffer/gryphn_framebuffer.h"
#include "utils/types/gryphn_color.h"
typedef struct gnRenderPassInfo_t {
struct gnRenderPassDescriptor_t* renderPassDescriptor;
struct gnFramebuffer_t* framebuffer;
gnUInt2 offset;
gnUInt2 size;
uint32_t clearValueCount;
gnClearValue* clearValues;
} gnRenderPassInfo;