在:http: //developer.download.nvidia.com/opengl/specs/GL_NV_vertex_buffer_unified_memory.txt
在下面void BufferAddressRangeNV(enum pname, uint index, uint64EXT address,
sizeiptr length);
在扩展中它指出:
VERTEX_ATTRIB_ARRAY_ADDRESS_NV and <index> identifies
the generic vertex attribute whose address is being specified.
我认为这VERTEX_ARRAY_ADDRESS_NV
是一个通用的顶点属性。它们之间有什么区别?