MCPcopy Create free account
hub / github.com/SFML/SFML / VkViewport

Class VkViewport

examples/vulkan/vulkan.h:1200–1207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198 uint32_t depth;
1199} VkExtent3D;
1200typedef struct VkViewport {
1201 float x;
1202 float y;
1203 float width;
1204 float height;
1205 float minDepth;
1206 float maxDepth;
1207} VkViewport;
1208typedef struct VkRect2D {
1209 VkOffset2D offset;
1210 VkExtent2D extent;

Callers 1

setupPipelineMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected