12 lines
No EOL
235 B
C++
12 lines
No EOL
235 B
C++
// Copyright 2020 Phyronnaz
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
class UTexture2D;
|
|
|
|
namespace FVoxelTextureUtilities
|
|
{
|
|
VOXEL_API void UpdateColorTexture(UTexture2D*& Texture, const FIntPoint& Size, const TArray<FColor>& Colors);
|
|
} |