Common nn::gfx: Difference between revisions

Watertoon (talk | contribs)
Correct enum class names and mark unofficial ones.
Watertoon (talk | contribs)
Correction to GpuAccessFlags
 
(One intermediate revision by the same user not shown)
Line 89: Line 89:
|UniformBuffer
|UniformBuffer
|0x10 (1 << 4)
|0x10 (1 << 4)
|Uniform/Storage buffer
|Uniform buffer
|-
|-
|Texture
|Texture
Line 95: Line 95:
|Texture
|Texture
|-
|-
|TransferDestination
|StorageBuffer
|0x40 (1 << 6)
|0x40 (1 << 6)
|Transfer destination
|Storage buffer
|-
|-
|RenderTargetColor
|RenderTargetColor
Line 1,212: Line 1,212:
|
|
|-
|-
|Strin
|String
|0x2
|0x2
|
|
Line 1,230: Line 1,230:
|0x0
|0x0
|0x8
|0x8
|cosnt char *
|const char *
|User data name
|User data name
|-
|-