Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class Rendergraph {
private:
// Resource description and management structure
// Represents Image resource used during rendering (textures)
struct ImageResource {
struct Resource {
std::string name; // Human-readable identifier for debugging and referencing
vk::Format format; // Pixel format (RGBA8, Depth24Stencil8, etc.)
vk::Extent2D extent; // Dimensions in pixels for 2D resources
Expand Down