Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFML/SFML
/ VkRect2D
Class
VkRect2D
examples/vulkan/vulkan.h:1208–1211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1206
float maxDepth;
1207
} VkViewport;
1208
typedef struct VkRect2D {
1209
VkOffset2D offset;
1210
VkExtent2D extent;
1211
} VkRect2D;
1212
typedef struct VkClearRect {
1213
VkRect2D rect;
1214
uint32_t baseArrayLayer;
Callers
1
setupPipeline
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected