Main Page
Namespaces
Classes
Files
File List
File Members
include
LowLevel
GteWrapper.h
Go to the documentation of this file.
1
// David Eberly, Geometric Tools, Redmond WA 98052
2
// Copyright (c) 1998-2017
3
// Distributed under the Boost Software License, Version 1.0.
4
// http://www.boost.org/LICENSE_1_0.txt
5
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
6
// File Version: 3.0.0 (2016/06/19)
7
8
#pragma once
9
10
#include <
GTEngineDEF.h
>
11
#include <cstddef>
12
13
// Wrappers around platform-specific low-level library calls.
14
15
namespace
gte
16
{
17
18
void
Memcpy
(
void
*
target
,
void
const
*
source
,
size_t
count
);
19
void
Memcpy
(
wchar_t
*
target
,
wchar_t
const
*
source
,
size_t
count
);
20
21
}
GTEngineDEF.h
target
GLenum target
Definition:
glcorearb.h:1662
source
GLsizei GLsizei GLchar * source
Definition:
glcorearb.h:798
gte
Definition:
GLX/GteWICFileIO.h:16
count
GLint GLsizei count
Definition:
glcorearb.h:400
gte::Memcpy
void Memcpy(void *target, void const *source, size_t count)
Definition:
GteWrapper.cpp:16
geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:02