Skip to content

KDGpu::Extent2Df

Module: Public API

#include <gpu_core.h>

Public Attributes

Name
float width
float height

Friends

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

Public Attributes Documentation

variable width

1
float width { 0.0f };

variable height

1
float height { 0.0f };

Friends

friend operator==

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

    const Extent2Df & 
);

Updated on 2024-09-08 at 00:13:10 +0000