LLVM: llvm::dxbc::ContainerVersion Struct Reference (original) (raw)
#include "[llvm/BinaryFormat/DXContainer.h](BinaryFormat%5F2DXContainer%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| void | swapBytes () |
| Public Attributes | |
|---|---|
| uint16_t | Major |
| uint16_t | Minor |
Detailed Description
Definition at line 72 of file DXContainer.h.
Member Function Documentation
◆ swapBytes()
| void llvm::dxbc::ContainerVersion::swapBytes ( ) | inline |
|---|
Definition at line 76 of file DXContainer.h.
References Major, Minor, and llvm::sys::swapByteOrder().
Member Data Documentation
◆ Major
uint16_t llvm::dxbc::ContainerVersion::Major
Definition at line 73 of file DXContainer.h.
Referenced by swapBytes().
◆ Minor
uint16_t llvm::dxbc::ContainerVersion::Minor
Definition at line 74 of file DXContainer.h.
Referenced by swapBytes().
The documentation for this struct was generated from the following file:
- include/llvm/BinaryFormat/DXContainer.h