Cogs.Core
Extensions
Terrain
Source
ClipmapDebug.h
1
#pragma once
2
3
#include "Rendering/Common.h"
4
5
namespace
Cogs
6
{
7
class
IGraphicsDevice;
8
9
namespace
ClipmapDebug
10
{
11
void
displayClipmapTexture(IGraphicsDevice * device, TextureHandle texture,
int
x,
int
y,
int
width,
int
height,
float
multiplier = 1.0f);
12
}
13
}
Cogs
Contains all Cogs related functionality.
Definition:
FieldSetter.h:23
Generated by
1.9.6