Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
VertexElementWithOffset.cs
Go to the documentation of this file.
1
// Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2
// This file is distributed under GPL v3. See LICENSE.md for details.
3
namespace
SiliconStudio.
Paradox
.Graphics
4
{
5
public
struct
VertexElementWithOffset
6
{
7
public
VertexElement
VertexElement
;
8
public
int
Offset
;
9
public
int
Size
;
10
11
public
VertexElementWithOffset
(
VertexElement
vertexElement,
int
offset,
int
size
)
12
{
13
VertexElement
= vertexElement;
14
Offset = offset;
15
Size =
size
;
16
}
17
}
18
}
SiliconStudio.Paradox.Graphics.VertexElementWithOffset
Definition:
VertexElementWithOffset.cs:5
SiliconStudio.Paradox.Graphics.VertexElementWithOffset.VertexElementWithOffset
VertexElementWithOffset(VertexElement vertexElement, int offset, int size)
Definition:
VertexElementWithOffset.cs:11
SiliconStudio.Paradox.Graphics.VertexElementWithOffset.Size
int Size
Definition:
VertexElementWithOffset.cs:9
SiliconStudio.Paradox.Graphics.Paradox
Paradox image file.
SiliconStudio.Paradox.Graphics.VertexElementWithOffset.Offset
int Offset
Definition:
VertexElementWithOffset.cs:8
DirectX::size
_In_ size_t _In_ size_t size
Definition:
DirectXTexP.h:175
SiliconStudio.Paradox.Graphics.VertexElementWithOffset.VertexElement
VertexElement VertexElement
Definition:
VertexElementWithOffset.cs:7
SiliconStudio.Paradox.Graphics.VertexElement
A description of a single element for the input-assembler stage. This structure is related to Direct3...
Definition:
VertexElement.cs:45
sources
engine
SiliconStudio.Paradox.Graphics
VertexElementWithOffset.cs
Generated on Sat Dec 20 2014 21:51:54 for Paradox Game Engine by
1.8.7