mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 23:23:34 +00:00
finxing memory usages
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
|
||||
namespace mlx
|
||||
{
|
||||
bool Vertex::operator==(const Vertex& rhs) const noexcept
|
||||
{
|
||||
return position == rhs.position && uv == rhs.uv;
|
||||
}
|
||||
|
||||
VkVertexInputBindingDescription Vertex::GetBindingDescription()
|
||||
{
|
||||
VkVertexInputBindingDescription binding_description{};
|
||||
|
||||
Reference in New Issue
Block a user