Swap the names of the VertexBuffer#vertexFormat and VertexBuffer#elementFormat fields (#2958)

This commit is contained in:
haykam821 2022-01-17 16:23:04 -05:00 committed by GitHub
parent 214508ba12
commit 3dec7b22c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@ CLASS net/minecraft/class_291 net/minecraft/client/gl/VertexBuffer
FIELD field_1593 vertexCount I
FIELD field_1594 vertexBufferId I
FIELD field_27366 indexBufferId I
FIELD field_27367 vertexFormat Lnet/minecraft/class_293$class_5595;
FIELD field_27367 elementFormat Lnet/minecraft/class_293$class_5595;
FIELD field_27368 drawMode Lnet/minecraft/class_293$class_5596;
FIELD field_27369 usesTexture Z
FIELD field_29338 vertexArrayId I
FIELD field_29339 elementFormat Lnet/minecraft/class_293;
FIELD field_29339 vertexFormat Lnet/minecraft/class_293;
METHOD method_1352 upload (Lnet/minecraft/class_287;)V
ARG 1 buffer
METHOD method_1353 bind ()V