Input slot description for wis::InputLayout.
uint32_t slot;
uint32_t stride_bytes;
};
InputClass
Input classification for vertex buffer data.
Definition at line 1606 of file api.hpp.
#include <api.hpp>
|
uint32_t | slot |
| Input slot number. Must be unique.
|
|
uint32_t | stride_bytes |
| Stride in bytes. Size of one vertex in the slot.
|
|
wis::InputClass | input_class |
| Input class. Defines how the data is read (Per vertex or Per instance).
|
|
◆ input_class
Input class. Defines how the data is read (Per vertex or Per instance).
Definition at line 1609 of file api.hpp.
◆ slot
uint32_t wis::InputSlotDesc::slot |
Input slot number. Must be unique.
Definition at line 1607 of file api.hpp.
◆ stride_bytes
uint32_t wis::InputSlotDesc::stride_bytes |
Stride in bytes. Size of one vertex in the slot.
Definition at line 1608 of file api.hpp.
The documentation for this struct was generated from the following file:
- /home/runner/work/Wisdom/Wisdom/wisdom/include/wisdom/generated/api/api.hpp