InOutVariable Struct

struct QShaderDescription::InOutVariable

셰이더의 입력 또는 출력 변수를 설명합니다. More...

이 구조체는 Qt 6.6에 도입되었습니다.

공용 변수

QList<int> arrayDims
int binding
int descriptorSet
QShaderDescription::ImageFlags imageFlags
QShaderDescription::ImageFormat imageFormat
int location
QByteArray name
bool perPatch
QList<QShaderDescription::BlockVariable> structMembers
QShaderDescription::VariableType type
bool operator==(const QShaderDescription::InOutVariable &lhs, const QShaderDescription::InOutVariable &rhs)

상세 설명

참고: 호환성이 제한적으로 보장되는 RHI API입니다. 자세한 내용은 QShaderDescription 을 참조하세요.

멤버 변수 문서

QList<int> InOutVariable::arrayDims

int InOutVariable::binding

int InOutVariable::descriptorSet

QShaderDescription::ImageFlags InOutVariable::imageFlags

QShaderDescription::ImageFormat InOutVariable::imageFormat

int InOutVariable::location

QByteArray InOutVariable::name

bool InOutVariable::perPatch

QList<QShaderDescription::BlockVariable> InOutVariable::structMembers

QShaderDescription::VariableType InOutVariable::type

관련 비회원

[noexcept] bool operator==(const QShaderDescription::InOutVariable &lhs, const QShaderDescription::InOutVariable &rhs)

두 개의 InOutVariable 객체 lhsrhs 가 같으면 true 를 반환합니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.