#include <CeresEngine/RenderAPI/GPUResourceSet.hpp>
◆ super
◆ GPUResourceBinding() [1/9]
◆ GPUResourceBinding() [2/9]
◆ GPUResourceBinding() [3/9]
| CeresEngine::GPUResourceBinding::GPUResourceBinding |
( |
const GPUBufferObject & |
buffer | ) |
|
◆ GPUResourceBinding() [4/9]
◆ GPUResourceBinding() [5/9]
| CeresEngine::GPUResourceBinding::GPUResourceBinding |
( |
GPUImage & |
image, |
|
|
GPUSamplerPtr |
sampler = nullptr |
|
) |
| |
|
inline |
◆ GPUResourceBinding() [6/9]
◆ GPUResourceBinding() [7/9]
| CeresEngine::GPUResourceBinding::GPUResourceBinding |
( |
GPUImage & |
image, |
|
|
GPUSampler & |
sampler |
|
) |
| |
|
inline |
◆ GPUResourceBinding() [8/9]
| CeresEngine::GPUResourceBinding::GPUResourceBinding |
( |
GPUSamplerPtr |
sampler | ) |
|
|
inline |
◆ GPUResourceBinding() [9/9]
| CeresEngine::GPUResourceBinding::GPUResourceBinding |
( |
GPUSampler & |
sampler | ) |
|
|
inline |
◆ asBufferBinding() [1/2]
Gets the binding as a Buffer binding.
◆ asBufferBinding() [2/2]
Gets the binding as a Buffer binding.
◆ asImageBinding() [1/2]
Gets the binding as an Image binding.
◆ asImageBinding() [2/2]
Gets the binding as an Image binding.
◆ asSamplerBinding() [1/2]
Gets the binding as an Sampler binding.
◆ asSamplerBinding() [2/2]
Gets the binding as an Sampler binding.
◆ isBufferBinding()
| bool CeresEngine::GPUResourceBinding::isBufferBinding |
( |
| ) |
const |
|
inlinenoexcept |
Determines if the binding is a Buffer binding.
◆ isEmpty()
| bool CeresEngine::GPUResourceBinding::isEmpty |
( |
| ) |
const |
|
inlinenoexcept |
Determines if the binding is empty.
◆ isImageBinding()
| bool CeresEngine::GPUResourceBinding::isImageBinding |
( |
| ) |
const |
|
inlinenoexcept |
Determines if the binding is an Image binding.
◆ isSamplerBinding()
| bool CeresEngine::GPUResourceBinding::isSamplerBinding |
( |
| ) |
const |
|
inlinenoexcept |
Determines if the binding is an Sampler binding.
◆ operator bool()
| CeresEngine::GPUResourceBinding::operator bool |
( |
| ) |
const |
|
inlineexplicitnoexcept |
Determines if the binding is empty.
◆ operator!=
◆ operator==
The documentation for this class was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/RenderAPI/GPUResourceSet.hpp