Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/gpu/intern/gpu_buffers.c')
-rw-r--r--source/blender/gpu/intern/gpu_buffers.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/blender/gpu/intern/gpu_buffers.c b/source/blender/gpu/intern/gpu_buffers.c
index 9db7f9b1ce9..4c55f759e47 100644
--- a/source/blender/gpu/intern/gpu_buffers.c
+++ b/source/blender/gpu/intern/gpu_buffers.c
@@ -379,14 +379,10 @@ void GPU_drawobject_free( DerivedMesh *dm )
dm->drawObject = 0;
}
-/* Convenience struct for building the VBO.
- TODO: check that (lack-of) padding is OK,
- also check performance of short vs float for normals */
+/* Convenience struct for building the VBO. */
typedef struct {
float co[3];
short no[3];
-
- char pad[14];
} VertexBufferFormat;
typedef struct {