VR-Vantage 3.1 API Documentation
Home
Modules
Namespaces
Classes
Files
Libraries
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
TracyClient
client
TracyDxt1.hpp
Go to the documentation of this file.
1
#ifndef __TRACYDXT1_HPP__
2
#define __TRACYDXT1_HPP__
3
4
namespace
tracy
5
{
6
7
void
CompressImageDxt1
(
const
char
*
src
,
char
*
dst
,
int
w
,
int
h
);
8
9
}
10
11
#endif
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)