Skip to content

KDGpu::Rect2D

Module: Public API

#include <gpu_core.h>

Public Attributes

Name
Offset2D offset
Extent2D extent

Friends

Name
bool operator==(const Rect2D & , const Rect2D & )

Public Attributes Documentation

variable offset

1
Offset2D offset;

variable extent

1
Extent2D extent;

Friends

friend operator==

1
2
3
4
5
friend bool operator==(
    const Rect2D & ,

    const Rect2D & 
);

Updated on 2024-10-16 at 00:11:40 +0000