Cogs.Core
GetDepth.h
1#pragma once
2
3#include "Base.h"
4
5#include <glm/glm.hpp>
6
7namespace Cogs
8{
9 namespace Core
10 {
11 float getDepth(class Context * context, const EntityId id, const glm::vec3 position);
12 }
13}
Contains all Cogs related functionality.
Definition: FieldSetter.h:23