GltfBufferViewTarget Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The target that the GPU buffer should be bound to. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/bufferView.schema.json
public enum class GltfBufferViewTarget
public enum GltfBufferViewTarget
type GltfBufferViewTarget =
Public Enum GltfBufferViewTarget
- Inheritance
-
GltfBufferViewTarget
Fields
| ArrayBuffer | 34962 | |
| ElementArrayBuffer | 34963 | |
| None | 0 |