vertex-format - Factor Documentation

vertex-format


Vocabulary
gpu .shaders

Class description
This class encompasses all vertex formats defined by VERTEX-FORMAT: . A vertex format defines the binary layout of vertex attribute data in a buffer for use as part of a vertex-array . See the VERTEX-FORMAT: documentation for details on how vertex formats are defined.

Definition
USING: game.debug.private game.models.collada.private
game.models.obj.private gml.viewer gpu.demos.bunny gpu.util
papier.map ;

IN: gpu.shaders

MIXIN: vertex-format
INSTANCE: window-vertex-format vertex-format
INSTANCE: debug-shapes-vertex-format vertex-format
INSTANCE: debug-text-vertex-format vertex-format
INSTANCE: collada-vertex-format vertex-format
INSTANCE: obj-vertex-format vertex-format
INSTANCE: wire-vertex-format vertex-format
INSTANCE: bunny-vertex vertex-format
INSTANCE: papier-vertex vertex-format

AltStyle によって変換されたページ (->オリジナル) /