- add BuilderNative library that does the actual rendering
Showing
- .gitignore 6 additions, 0 deletions.gitignore
- Builder.sln 23 additions, 2 deletionsBuilder.sln
- Source/Core/Builder.csproj 6 additions, 0 deletionsSource/Core/Builder.csproj
- Source/Core/Rendering/D3DDevice.cs 134 additions, 163 deletionsSource/Core/Rendering/D3DDevice.cs
- Source/Core/Rendering/Effect.cs 68 additions, 0 deletionsSource/Core/Rendering/Effect.cs
- Source/Core/Rendering/FlatVertex.cs 4 additions, 3 deletionsSource/Core/Rendering/FlatVertex.cs
- Source/Core/Rendering/IndexBuffer.cs 51 additions, 0 deletionsSource/Core/Rendering/IndexBuffer.cs
- Source/Core/Rendering/Mesh.cs 39 additions, 0 deletionsSource/Core/Rendering/Mesh.cs
- Source/Core/Rendering/Texture.cs 101 additions, 0 deletionsSource/Core/Rendering/Texture.cs
- Source/Core/Rendering/VertexBuffer.cs 81 additions, 0 deletionsSource/Core/Rendering/VertexBuffer.cs
- Source/Core/Rendering/VertexDeclaration.cs 63 additions, 0 deletionsSource/Core/Rendering/VertexDeclaration.cs
- Source/Core/Rendering/WorldVertex.cs 4 additions, 2 deletionsSource/Core/Rendering/WorldVertex.cs
- Source/Native/BuilderNative.vcxproj 199 additions, 0 deletionsSource/Native/BuilderNative.vcxproj
- Source/Native/BuilderNative.vcxproj.user 4 additions, 0 deletionsSource/Native/BuilderNative.vcxproj.user
- Source/Native/IndexBuffer.cpp 27 additions, 0 deletionsSource/Native/IndexBuffer.cpp
- Source/Native/IndexBuffer.h 11 additions, 0 deletionsSource/Native/IndexBuffer.h
- Source/Native/RenderDevice.cpp 16 additions, 0 deletionsSource/Native/RenderDevice.cpp
- Source/Native/RenderDevice.h 9 additions, 0 deletionsSource/Native/RenderDevice.h
- Source/Native/Texture.cpp 16 additions, 0 deletionsSource/Native/Texture.cpp
- Source/Native/Texture.h 9 additions, 0 deletionsSource/Native/Texture.h
Loading
Please register or sign in to comment