|
| void | Diligent::ValidateTextureDesc (const TextureDesc &TexDesc) noexcept(false) |
| | Validates texture description and throws an exception in case of an error. More...
|
| |
| void | Diligent::ValidateTextureRegion (const TextureDesc &TexDesc, Uint32 MipLevel, Uint32 Slice, const Box &Box) |
| |
| void | Diligent::ValidateUpdateTextureParams (const TextureDesc &TexDesc, Uint32 MipLevel, Uint32 Slice, const Box &DstBox, const TextureSubResData &SubresData) |
| | Validates update texture command paramters. More...
|
| |
| void | Diligent::ValidateCopyTextureParams (const CopyTextureAttribs &CopyAttribs) |
| | Validates copy texture command paramters. More...
|
| |
| void | Diligent::ValidateMapTextureParams (const TextureDesc &TexDesc, Uint32 MipLevel, Uint32 ArraySlice, MAP_TYPE MapType, Uint32 MapFlags, const Box *pMapRegion) |
| | Validates map texture command paramters. More...
|
| |
| void | Diligent::ValidatedAndCorrectTextureViewDesc (const TextureDesc &TexDesc, TextureViewDesc &ViewDesc) noexcept(false) |
| | Validates and corrects texture view description; throws an exception in case of an error. More...
|
| |