Home
last modified time | relevance | path

Searched refs:attribType (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DShader.java335 public Attribute getAttribute(VertexBuffer.Type attribType){ in getAttribute() argument
336 int ordinal = attribType.ordinal(); in getAttribute()
340 attrib.name = attribType.name(); in getAttribute()